/cts/tests/tests/app/src/android/app/cts/ |
NotificationTest.java | 20 import android.app.PendingIntent; 71 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); 72 mNotification.contentIntent = pendingIntent; 74 final PendingIntent delPendingIntent = PendingIntent.getBroadcast( 157 final PendingIntent contentIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 20 import android.app.PendingIntent; 21 import android.app.PendingIntent.CanceledException; 135 PendingIntent intent = tracker.mDeliveryIntent; 154 byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) { 170 PendingIntent sentIntent, PendingIntent deliveryIntent) { 194 PendingIntent sentIntent, PendingIntent deliveryIntent, boolean lastPart) {
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
DigitalAppWidgetProvider.java | 20 import android.app.PendingIntent; 55 private PendingIntent mPendingIntent; 166 PendingIntent.getActivity(context, 0, new Intent(context, DeskClock.class), 0)); 190 PendingIntent. 221 * @param context The context in which the PendingIntent should perform the broadcast. 226 PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context); 244 * @param context The context in which the PendingIntent was started to perform the broadcast. 248 PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context); 260 * @param context The Context in which this PendingIntent should perform the broadcast. 263 private PendingIntent getOnQuarterHourPendingIntent(Context context) [all...] |
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/ |
SampleSchedulingService.java | 5 import android.app.PendingIntent; 77 PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerService.java | 21 import android.app.PendingIntent; 156 // The PendingIntent to launch our activity if the user selects this notification 157 PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRemoteViews.java | 3 import android.app.PendingIntent; 54 public void setOnClickPendingIntent(int viewId, final PendingIntent pendingIntent) { 61 pendingIntent.send(view.getContext(), 0, null); 62 } catch (PendingIntent.CanceledException e) {
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
SubActivityScreen.java | 20 import android.app.PendingIntent; 48 PendingIntent apr = createPendingResult(1, null, 55 } catch (PendingIntent.CanceledException e) {
|
/frameworks/base/services/java/com/android/server/am/ |
ConnectionRecord.java | 20 import android.app.PendingIntent; 34 final PendingIntent clientIntent; // How to launch the client. 49 int _clientLabel, PendingIntent _clientIntent) {
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
FixVibrateSetting.java | 22 import android.app.PendingIntent; 115 PendingIntent pending = PendingIntent.getActivity(this, 0, intent, 0);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | 21 import android.app.PendingIntent; 22 import android.app.PendingIntent.CanceledException; 335 PendingIntent sentIntent = tracker.mSentIntent; 443 * @param sentIntent the PendingIntent to send the error to 445 protected static void handleNotInService(int ss, PendingIntent sentIntent) { 465 * @param sentIntent if not NULL this <code>PendingIntent</code> is 479 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is 484 byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent); 493 * @param sentIntent if not NULL this <code>PendingIntent</code> i [all...] |
/frameworks/base/core/java/com/android/internal/net/ |
VpnConfig.java | 19 import android.app.PendingIntent; 54 public static PendingIntent getIntentForStatusPanel(Context context) { 59 return PendingIntent.getActivityAsUser(context, 0, intent, 0, null, UserHandle.CURRENT); 70 public PendingIntent configureIntent;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcRetryAlarmController.java | 19 import android.app.PendingIntent; 149 PendingIntent retryIntent = PendingIntent.getBroadcast (mPhone.getContext(), 0, 150 intent, PendingIntent.FLAG_UPDATE_CURRENT);
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
NotificationCompatJellybean.java | 20 import android.app.PendingIntent; 31 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, 61 public void addAction(int icon, CharSequence title, PendingIntent intent) {
|
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/ |
TransportMediatorJellybeanMR2.java | 19 import android.app.PendingIntent; 79 PendingIntent mPendingIntent; 112 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, mIntent, 113 PendingIntent.FLAG_CANCEL_CURRENT);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaControlIntent.java | 19 import android.app.PendingIntent; 398 * {@link PendingIntent} for a broadcast receiver that will receive status updates [all...] |
/packages/apps/Browser/src/com/android/browser/search/ |
DefaultSearchEngine.java | 18 import android.app.PendingIntent; 99 PendingIntent pending = PendingIntent.getActivity(context, 0, viewIntent, 100 PendingIntent.FLAG_ONE_SHOT);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSearch.java | 23 import android.app.PendingIntent; 105 PendingIntent pending = 159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) { 163 } catch (PendingIntent.CanceledException ex) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingRequest.java | 23 import android.app.PendingIntent; 80 PendingIntent pending = PendingIntent.getActivity(context, 0, 81 pairingIntent, PendingIntent.FLAG_ONE_SHOT);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryService.java | 20 import android.app.PendingIntent; 202 final PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, 203 updateIntent, PendingIntent.FLAG_CANCEL_CURRENT); 208 if (null != alarmManager) alarmManager.set(AlarmManager.RTC, alarmTime, pendingIntent);
|
/packages/services/Telephony/src/com/android/phone/ |
HfaLogic.java | 19 import android.app.PendingIntent; 20 import android.app.PendingIntent.CanceledException; 71 private PendingIntent mResponseIntent; 82 public HfaLogic(Context context, HfaLogicCallback callback, PendingIntent intent) {
|
HfaActivity.java | 21 import android.app.PendingIntent; 48 final PendingIntent otaResponseIntent = getIntent().getParcelableExtra(
|
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/ |
NotificationsActivity.java | 23 import android.app.PendingIntent; 73 .setContentIntent(PendingIntent.getActivity(this, 0,
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
NotificationStressTest.java | 85 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); 88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);
|
/packages/apps/Music/src/com/android/music/ |
MediaAppWidgetProvider.java | 19 import android.app.PendingIntent; 175 PendingIntent pendingIntent; 181 pendingIntent = PendingIntent.getActivity(context, 183 views.setOnClickPendingIntent(R.id.album_appwidget, pendingIntent); 186 pendingIntent = PendingIntent.getActivity(context, 188 views.setOnClickPendingIntent(R.id.album_appwidget, pendingIntent); 193 pendingIntent = PendingIntent.getService(context [all...] |
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 19 import android.app.PendingIntent; 174 final PendingIntent onClickPendingIntent = PendingIntent.getBroadcast(context, 0, 175 onClickIntent, PendingIntent.FLAG_UPDATE_CURRENT); 181 final PendingIntent refreshPendingIntent = PendingIntent.getBroadcast(context, 0, 182 refreshIntent, PendingIntent.FLAG_UPDATE_CURRENT);
|