Searched refs:mPendingIntent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java86 private PendingIntent mPendingIntent; field in class:AddAccountSettings
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);
[all...]
/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsRequest.java96 protected final PendingIntent mPendingIntent; field in class:MmsRequest
107 mPendingIntent = pendingIntent;
259 if (mPendingIntent == null) {
276 mPendingIntent.send(context, result, fillIn);
381 parcel.writeParcelable(mPendingIntent, 0);
389 mPendingIntent = in.readParcelable(classLoader);

Completed in 64 milliseconds