HomeSort by relevance Sort by last modified time
    Searched refs:PendingIntent (Results 151 - 175 of 483) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/java/android/media/
PlayerRecord.java 19 import android.app.PendingIntent;
53 final private PendingIntent mMediaIntent;
154 final private PendingIntent mMediaIntent;
156 RcClientDeathHandler(IBinder cb, PendingIntent pi) {
219 protected PlayerRecord(PendingIntent mediaIntent, ComponentName eventReceiver, IBinder token)
256 protected PendingIntent getMediaButtonIntent() {
260 protected boolean hasMatchingMediaButtonIntent(PendingIntent pi) {
  /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.
220 * @param context The context in which the PendingIntent should perform the broadcast.
225 PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context);
243 * @param context The context in which the PendingIntent was started to perform the broadcast.
247 PendingIntent quarterlyIntent = getOnQuarterHourPendingIntent(context);
259 * @param context The Context in which this PendingIntent should perform the broadcast.
262 private PendingIntent getOnQuarterHourPendingIntent(Context context)
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
RecommendationBuilder.java 19 import android.app.PendingIntent;
50 private PendingIntent mIntent;
90 public RecommendationBuilder setIntent(PendingIntent intent) {
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 21 import android.app.PendingIntent;
79 PendingIntent.getActivity(this, NOTIFICATION_REQUEST_CODE,
81 PendingIntent.FLAG_UPDATE_CURRENT))
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 21 import android.app.PendingIntent;
79 PendingIntent.getActivity(this, NOTIFICATION_REQUEST_CODE,
81 PendingIntent.FLAG_UPDATE_CURRENT))
  /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,
  /development/samples/browseable/SkeletonWearableApp/Wearable/src/com.example.android.google.wearable.app/
MainActivity.java 21 import android.app.PendingIntent;
79 PendingIntent.getActivity(this, NOTIFICATION_REQUEST_CODE,
81 PendingIntent.FLAG_UPDATE_CURRENT))
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
UsbMidiDeviceFactoryAndroid.java 7 import android.app.PendingIntent;
90 PendingIntent pendingIntent = PendingIntent.getBroadcast(
103 mUsbManager.requestPermission(device, pendingIntent);
  /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/core/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/android/telephony/
SmsManager.java 20 import android.app.PendingIntent;
238 * @param sentIntent if not NULL this <code>PendingIntent</code> is
251 * @param deliveryIntent if not NULL this <code>PendingIntent</code> is
259 PendingIntent sentIntent, PendingIntent deliveryIntent) {
286 * @param receivedIntent if not NULL this <code>PendingIntent</code> is
295 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) {
348 * <code>PendingIntent</code>s (one for each message part) that is
362 * <code>PendingIntent</code>s (one for each message part) that is
371 ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents)
    [all...]
  /frameworks/base/media/java/android/media/session/
ISessionController.aidl 18 import android.app.PendingIntent;
46 PendingIntent getLaunchPendingIntent();
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 20 import android.app.PendingIntent;
98 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, REQUEST_CODE,
99 intent, PendingIntent.FLAG_UPDATE_CURRENT);
100 alarms.cancel(pendingIntent);
110 alarms.setExact(AlarmManager.RTC_WAKEUP, mTime, 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/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/java/android/support/v4/media/session/
IMediaSession.aidl 18 import android.app.PendingIntent;
43 PendingIntent getLaunchPendingIntent();
  /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/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 3 import android.app.PendingIntent;
101 final PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, activeIntent,
102 PendingIntent.FLAG_UPDATE_CURRENT);
105 TIME_BETWEEN_UPDATES_MS, DISTANCE_BETWEEN_UPDATES_METERS, pendingIntent);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
BootReminder.java 24 import android.app.PendingIntent;
167 final PendingIntent resumePendingIntent = PendingIntent.getActivity(
168 context, 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 23 import android.app.PendingIntent;
80 PendingIntent pending = PendingIntent.getActivity(context, 0,
81 pairingIntent, PendingIntent.FLAG_ONE_SHOT);

Completed in 1296 milliseconds

1 2 3 4 5 67 8 91011>>