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