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 234 * The identityIntent is for the purposes of establishing the identity
242 Intent identityIntent = new Intent();
243 identityIntent.setComponent(new ComponentName(SHOULD_NOT_RESOLVE, SHOULD_NOT_RESOLVE));
244 identityIntent.setAction(SHOULD_NOT_RESOLVE);
245 identityIntent.addCategory(SHOULD_NOT_RESOLVE);
247 mPendingIntent = PendingIntent.getBroadcast(this, 0, identityIntent, 0);

Completed in 2174 milliseconds