Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAddAccountActivity.java60 private static final String SHOULD_NOT_RESOLVE = "SHOULDN'T RESOLVE!"; field in AddAccountActivity
183 identityIntent.setComponent(new ComponentName(SHOULD_NOT_RESOLVE, SHOULD_NOT_RESOLVE)); in addAccount()
184 identityIntent.setAction(SHOULD_NOT_RESOLVE); in addAccount()
185 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
246 identityIntent.setComponent(new ComponentName(SHOULD_NOT_RESOLVE, SHOULD_NOT_RESOLVE)); in addAccount()
247 identityIntent.setAction(SHOULD_NOT_RESOLVE); in addAccount()
248 identityIntent.addCategory(SHOULD_NOT_RESOLVE); in addAccount()