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

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java72 private PendingIntent mPendingIntent; field in class:AddAccountSettings
84 addAccountOptions.putParcelable(KEY_CALLER_IDENTITY, mPendingIntent);
91 if (mPendingIntent != null) {
92 mPendingIntent.cancel();
93 mPendingIntent = null;
156 if (mPendingIntent != null) {
157 mPendingIntent.cancel();
158 mPendingIntent = null;
173 mPendingIntent = PendingIntent.getBroadcast(this, 0, new Intent(), 0);
174 addAccountOptions.putParcelable(KEY_CALLER_IDENTITY, mPendingIntent);
[all...]

Completed in 122 milliseconds