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

<<11121314151617181920

  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 22 import android.app.PendingIntent;
119 sms.sendTextMessage(recipient, null, message, PendingIntent.getBroadcast(
  /device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 21 import android.app.PendingIntent;
128 .setContentIntent(PendingIntent.getActivity(mContext, 0, intent, 0))
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerManager.java 7 import android.app.PendingIntent;
205 public boolean onFireIntent(AppBannerView banner, PendingIntent intent) {
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 19 import android.app.PendingIntent;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 40 import android.app.PendingIntent;
337 b.setContentIntent(PendingIntent.getBroadcast(mContext, 0, intent, 0));
410 outNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
414 outNoti.deleteIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
459 inNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
463 inNoti.deleteIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
505 n.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(mContext, 0,
511 n.deleteIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 23 import android.app.PendingIntent;
114 final PendingIntent mCancelIntent;
331 PendingIntent contentIntent = PendingIntent.getActivity(
478 PendingIntent buildCancelIntent() {
483 PendingIntent pi = PendingIntent.getBroadcast(mContext, mTransferId, intent,
484 PendingIntent.FLAG_ONE_SHOT);
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 20 import android.app.PendingIntent;
63 private PendingIntent mPendingIntent;
282 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, proximityIntent,
283 PendingIntent.FLAG_CANCEL_CURRENT);
  /frameworks/base/services/core/java/com/android/server/notification/
NextAlarmTracker.java 22 import android.app.PendingIntent;
211 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, REQUEST_CODE,
215 PendingIntent.FLAG_UPDATE_CURRENT);
216 alarms.cancel(pendingIntent);
221 alarms.setExact(AlarmManager.RTC_WAKEUP, time, pendingIntent);
  /frameworks/support/v4/java/android/support/v4/media/session/
MediaSessionCompat.java 21 import android.app.PendingIntent;
101 * @param mbrIntent The PendingIntent for your receiver component that
107 PendingIntent mbrIntent) {
160 public void setSessionActivity(PendingIntent pi) {
175 * @param mbr The {@link PendingIntent} to send the media button event to.
177 public void setMediaButtonReceiver(PendingIntent mbr) {
234 * {@link #setMediaButtonReceiver(PendingIntent)} must be called before
914 void setSessionActivity(PendingIntent pi);
916 void setMediaButtonReceiver(PendingIntent mbr);
932 private final PendingIntent mMediaButtonEventReceiver
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaSessionStatus.java 19 import android.app.PendingIntent;
38 * To monitor session status, the application should supply a {@link PendingIntent} to use as the
  /packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java 20 import android.app.PendingIntent;
246 final PendingIntent pi = PendingIntent.getService(context, 0, intent,
247 PendingIntent.FLAG_ONE_SHOT);
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 21 import android.app.PendingIntent;
289 PendingIntent operation = PendingIntent.getService(
290 context, 0, service, PendingIntent.FLAG_ONE_SHOT);
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 25 import android.app.PendingIntent;
54 private PendingIntent mTimeoutIntent;
333 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, mAlarmIntent, PendingIntent.FLAG_CANCEL_CURRENT);
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 22 import android.app.PendingIntent;
63 private final PendingIntent mDownloadedIntent;
67 Uri contentUri, PendingIntent downloadedIntent, String creator,
94 protected PendingIntent getPendingIntent() {
SendRequest.java 21 import android.app.PendingIntent;
60 private final PendingIntent mSentIntent;
63 PendingIntent sentIntent, String creator, Bundle configOverrides) {
90 protected PendingIntent getPendingIntent() {
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionTest.java 18 import android.app.PendingIntent;
147 PendingIntent pi = PendingIntent.getActivity(getContext(), 555, intent, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 22 import android.app.PendingIntent;
173 // The PendingIntent to launch our activity if the user selects this notification
174 PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
ServiceStartArguments.java 22 import android.app.PendingIntent;
181 // The PendingIntent to launch our activity if the user selects this notification
182 PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 22 import android.app.PendingIntent;
140 PendingIntent pi = PendingIntent.getBroadcast(this, 0, i, Intent.FILL_IN_DATA);
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 20 import android.app.PendingIntent;
57 private PendingIntent mPermissionIntent;
86 mPermissionIntent = PendingIntent.getBroadcast(this, 0, new Intent(ACTION_USB_PERMISSION), 0);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 19 import android.app.PendingIntent;
61 private final PendingIntent mPermissionIntent;
156 mPermissionIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_USB_PERMISSION), 0);
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 26 import android.app.PendingIntent;
92 .setContentIntent(PendingIntent.getActivity(
93 context, 0, notifIntent, PendingIntent.FLAG_CANCEL_CURRENT))
  /frameworks/base/services/core/java/com/android/server/
NetworkTimeUpdateService.java 20 import android.app.PendingIntent;
75 private PendingIntent mPendingPollIntent;
98 mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST, pollIntent, 0);
  /frameworks/base/services/core/java/com/android/server/job/controllers/
BatteryController.java 20 import android.app.PendingIntent;
135 private final PendingIntent mStableChargingTriggerIntent;
147 mStableChargingTriggerIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 23 import android.app.PendingIntent;
168 not.fullScreenIntent = PendingIntent.getActivity(
172 PendingIntent.FLAG_CANCEL_CURRENT);

Completed in 3280 milliseconds

<<11121314151617181920