HomeSort by relevance Sort by last modified time
    Searched full:identityintent (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 201 * The identityIntent is for the purposes of establishing the identity
209 Intent identityIntent = new Intent();
210 identityIntent.setComponent(new ComponentName(SHOULD_NOT_RESOLVE, SHOULD_NOT_RESOLVE));
211 identityIntent.setAction(SHOULD_NOT_RESOLVE);
212 identityIntent.addCategory(SHOULD_NOT_RESOLVE);
214 mPendingIntent = PendingIntent.getBroadcast(this, 0, identityIntent, 0);

Completed in 637 milliseconds