HomeSort by relevance Sort by last modified time
    Searched full:pendingintent (Results 276 - 300 of 851) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 19 import android.app.PendingIntent;
64 public static PendingIntent getIntentForStatusPanel(Context context) {
69 return PendingIntent.getActivityAsUser(context, 0, intent, 0, null, UserHandle.CURRENT);
97 public PendingIntent configureIntent;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
IntentTile.java 19 import android.app.PendingIntent;
42 private PendingIntent mOnClick;
44 private PendingIntent mOnLongClick;
104 private void sendIntent(String type, PendingIntent pi, String uri) {
  /frameworks/base/services/usb/java/com/android/server/usb/
MtpNotificationManager.java 21 import android.app.PendingIntent;
90 final PendingIntent openIntent = PendingIntent.getBroadcastAsUser(
94 PendingIntent.FLAG_UPDATE_CURRENT,
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IInCallService.aidl 19 import android.app.PendingIntent;
  /frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
DozeTestDream.java 20 import android.app.PendingIntent;
59 private PendingIntent mAlarmIntent;
85 mAlarmIntent = PendingIntent.getBroadcast(this, 0, intent,
86 PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 22 import android.app.PendingIntent;
178 // The PendingIntent to launch our activity if the user selects this notification
179 PendingIntent contentIntent =
180 PendingIntent.getActivity(this, 0,
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 20 import android.app.PendingIntent;
48 private static PendingIntent sPlayReminderIntent;
136 sPlayReminderIntent = PendingIntent.getService(context, 0, playIntent,
137 PendingIntent.FLAG_UPDATE_CURRENT);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
EncryptionController.java 23 import android.app.PendingIntent;
195 final PendingIntent resumePendingIntent = PendingIntent.getActivity(
196 mContext, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
  /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 21 import android.app.PendingIntent;
82 PendingIntent pending = PendingIntent.getActivity(context, 0,
83 pairingIntent, PendingIntent.FLAG_ONE_SHOT);
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 20 import android.app.PendingIntent;
128 PendingIntent resultPendingIntent = PendingIntent.getActivity(context, 0, resultIntent,
129 PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 21 import android.app.PendingIntent;
191 // PendingIntent to launch Emergency Callback Mode Exit activity if the user selects
193 PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
HfaLogic.java 19 import android.app.PendingIntent;
20 import android.app.PendingIntent.CanceledException;
71 private PendingIntent mResponseIntent;
83 public HfaLogic(Context context, HfaLogicCallback callback, PendingIntent intent) {
  /prebuilts/sdk/4/
framework.aidl 3 parcelable android.app.PendingIntent;
  /prebuilts/sdk/5/
framework.aidl 6 parcelable android.app.PendingIntent;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 21 import android.app.PendingIntent;
281 final PendingIntent passPendingIntent = PendingIntent.getBroadcast(context, 0, pass,
282 PendingIntent.FLAG_UPDATE_CURRENT);
288 final PendingIntent failPendingIntent = PendingIntent.getBroadcast(context, 0, fail,
289 PendingIntent.FLAG_UPDATE_CURRENT);
  /cts/tests/app/src/android/app/cts/
AlarmManagerTest.java 22 import android.app.PendingIntent;
40 private PendingIntent mSender;
42 private PendingIntent mSender2;
89 mSender = PendingIntent.getBroadcast(mContext, 0, mIntent, 0);
94 mSender2 = PendingIntent.getBroadcast(mContext, 0, mIntent2, 0);
308 PendingIntent showIntentSecond = PendingIntent.getBroadcast(getContext(), 0,
  /developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/
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);
  /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);
  /frameworks/base/services/core/java/com/android/server/notification/
EventConditionProvider.java 20 import android.app.PendingIntent;
270 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext,
275 PendingIntent.FLAG_UPDATE_CURRENT);
276 alarms.cancel(pendingIntent);
284 alarms.setExact(AlarmManager.RTC_WAKEUP, time, pendingIntent);
  /packages/apps/Messaging/src/com/android/messaging/sms/
SmsSender.java 20 import android.app.PendingIntent;
260 final ArrayList<PendingIntent> deliveryIntents = new ArrayList<PendingIntent>(messageCount);
261 final ArrayList<PendingIntent> sentIntents = new ArrayList<PendingIntent>(messageCount);
268 deliveryIntents.add(PendingIntent.getBroadcast(
277 sentIntents.add(PendingIntent.getBroadcast(
  /frameworks/base/core/java/android/print/
PrinterInfo.java 24 import android.app.PendingIntent;
82 private final @Nullable PendingIntent mInfoIntent;
94 PendingIntent infoIntent, PrinterCapabilitiesInfo capabilities,
196 * Get the {@link PendingIntent} that launches the activity showing more information about the
199 * @return the {@link PendingIntent} that launches the activity showing more information about
203 public @Nullable PendingIntent getInfoIntent() {
395 private PendingIntent mInfoIntent;
504 * Sets the {@link PendingIntent} that launches an activity showing more information about
507 * @param infoIntent The {@link PendingIntent intent}.
510 public @NonNull Builder setInfoIntent(@NonNull PendingIntent infoIntent)
    [all...]
  /frameworks/base/docs/html/training/tv/playback/
now-playing.jd 158 If your app provides a {@link android.app.PendingIntent} to
159 {@link android.media.session.MediaSession#setSessionActivity(android.app.PendingIntent) setSessionActivity()},
166 PendingIntent pi = PendingIntent.getActivity(context, 99 /*request code*/,
167 intent, PendingIntent.FLAG_UPDATE_CURRENT);
  /frameworks/support/compat/api21/android/support/v4/app/
NotificationCompatApi21.java 20 import android.app.PendingIntent;
66 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
207 PendingIntent onRead = b.getParcelable(KEY_ON_READ);
208 PendingIntent onReply = b.getParcelable(KEY_ON_REPLY);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 20 import android.app.PendingIntent;
241 int flags = nextAlarm == null ? PendingIntent.FLAG_NO_CREATE : 0;
242 PendingIntent operation = PendingIntent.getBroadcast(context, 0 /* requestCode */,
249 PendingIntent viewIntent = PendingIntent.getActivity(context, nextAlarm.hashCode(),
251 PendingIntent.FLAG_UPDATE_CURRENT);
    [all...]

Completed in 1616 milliseconds

<<11121314151617181920>>