Home
last modified time | relevance | path

Searched refs:SHOULD_NOT_RESOLVE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAddAccountActivity.java61 private static final String SHOULD_NOT_RESOLVE = "SHOULDN'T RESOLVE!"; field in AddAccountActivity
164 identityIntent.setComponent(new ComponentName(SHOULD_NOT_RESOLVE, SHOULD_NOT_RESOLVE)); in addAccount()
165 identityIntent.setAction(SHOULD_NOT_RESOLVE); in addAccount()
166 identityIntent.addCategory(SHOULD_NOT_RESOLVE); in addAccount()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAddAccountSettings.java73 private static final String SHOULD_NOT_RESOLVE = "SHOULDN'T RESOLVE!"; field in AddAccountSettings
243 identityIntent.setComponent(new ComponentName(SHOULD_NOT_RESOLVE, SHOULD_NOT_RESOLVE)); in addAccount()
244 identityIntent.setAction(SHOULD_NOT_RESOLVE); in addAccount()
245 identityIntent.addCategory(SHOULD_NOT_RESOLVE); in addAccount()
/packages/apps/Settings/src/com/android/settings/accounts/
DAddAccountSettings.java73 private static final String SHOULD_NOT_RESOLVE = "SHOULDN'T RESOLVE!"; field in AddAccountSettings
243 identityIntent.setComponent(new ComponentName(SHOULD_NOT_RESOLVE, SHOULD_NOT_RESOLVE)); in addAccount()
244 identityIntent.setAction(SHOULD_NOT_RESOLVE); in addAccount()
245 identityIntent.addCategory(SHOULD_NOT_RESOLVE); in addAccount()