Home | History | Annotate | Download | only in accounts

Lines Matching refs:mPendingIntent

86     private PendingIntent mPendingIntent;
99 addAccountOptions.putParcelable(KEY_CALLER_IDENTITY, mPendingIntent);
108 if (mPendingIntent != null) {
109 mPendingIntent.cancel();
110 mPendingIntent = null;
199 if (mPendingIntent != null) {
200 mPendingIntent.cancel();
201 mPendingIntent = null;
247 mPendingIntent = PendingIntent.getBroadcast(this, 0, identityIntent, 0);
248 addAccountOptions.putParcelable(KEY_CALLER_IDENTITY, mPendingIntent);