Home
last modified time | relevance | path

Searched refs:shouldDelete (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/versioning/android/
H A Dutils.ts21 const shouldDelete = insideTags > 0;
26 return !shouldDelete;
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestContacts.kt92 var shouldDelete = false in removeAllContacts() variable
97 shouldDelete = true in removeAllContacts()
102 if (shouldDelete) { in removeAllContacts()