Home
last modified time | relevance | path

Searched refs:ABORT (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dlegacy_contacts.sql91 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
92 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
104 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
105 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
115 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
116 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
/packages/providers/ContactsProvider/tests/assets/testSynced/
Dlegacy_contacts.sql147 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
148 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
160 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
161 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
171 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
172 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
/packages/providers/ContactsProvider/tests/assets/test1/
Dlegacy_contacts.sql123 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
124 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
136 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
137 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
147 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
148 …R (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of t…
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestErrorDialogFragment.java38 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enumConstant
DNetworkRequestDialogFragment.java412 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.ABORT); in onAbort()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DNetworkRequestErrorDialogFragment.java38 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enumConstant
DNetworkRequestDialogFragment.java410 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.ABORT); in onAbort()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DNetworkRequestErrorDialogFragmentTest.java76 ERROR_DIALOG_TYPE.ABORT); in display_shouldShowAbortDialog()