Searched refs:SHOULD_NOT_RESOLVE (Results 1 – 3 of 3) sorted by relevance
61 private static final String SHOULD_NOT_RESOLVE = "SHOULDN'T RESOLVE!"; field in AddAccountActivity164 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()
73 private static final String SHOULD_NOT_RESOLVE = "SHOULDN'T RESOLVE!"; field in AddAccountSettings243 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()