HomeSort by relevance Sort by last modified time
    Searched refs:PendingIntent (Results 176 - 200 of 335) sorted by null

1 2 3 4 5 6 78 91011>>

  /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 builder.setContentIntent(PendingIntent.getActivity(
93 context, 0, notifIntent, PendingIntent.FLAG_CANCEL_CURRENT));
  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 20 import android.app.PendingIntent;
75 private PendingIntent mPendingPollIntent;
98 mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST, pollIntent, 0);
AlarmManagerService.java 23 import android.app.PendingIntent;
113 private final PendingIntent mTimeTickSender;
114 private final PendingIntent mDateChangeSender;
186 boolean remove(final PendingIntent operation) {
407 final PendingIntent mPendingIntent;
413 InFlight(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource) {
414 mPendingIntent = pendingIntent;
416 Intent intent = pendingIntent.getIntent();
420 mBroadcastStats = service.getStatsLocked(pendingIntent);
    [all...]
  /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);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 20 import android.app.PendingIntent;
71 private PendingIntent mPendingIntent;
101 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0);
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 23 import android.app.PendingIntent;
407 PendingIntent contentIntent =
408 PendingIntent.getActivity(mContext, 0, intent, 0);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 25 import android.app.PendingIntent;
181 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0);
182 views.setOnClickPendingIntent(viewId, pendingIntent);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 21 import android.app.PendingIntent;
133 .setContentIntent(PendingIntent.getActivity(context, 0, connectionAccessIntent, 0))
134 .setDeleteIntent(PendingIntent.getBroadcast(context, 0, deleteIntent, 0))
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 42 import android.app.PendingIntent;
56 PendingIntent noop = PendingIntent.getActivity(context, 0, new Intent(), 0);
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 23 import android.app.PendingIntent;
24 import android.app.PendingIntent.CanceledException;
25 import android.app.PendingIntent.OnFinished;
    [all...]
RemoteController.java 21 import android.app.PendingIntent;
22 import android.app.PendingIntent.CanceledException;
79 private PendingIntent mClientPendingIntentCurrent;
248 * (see {@link AudioManager#registerMediaButtonEventReceiver(PendingIntent)}) whose associated
273 final PendingIntent pi;
517 public void setCurrentClientId(int genId, PendingIntent clientMediaIntent,
675 onNewPendingIntent(msg.arg1, (PendingIntent) msg.obj);
719 private void onNewPendingIntent(int genId, PendingIntent pi) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 19 import android.app.PendingIntent;
222 PendingIntent pendingIntent = PendingIntent.getBroadcast(context, instance.hashCode(),
223 stateChangeIntent, PendingIntent.FLAG_UPDATE_CURRENT);
227 am.setExact(AlarmManager.RTC_WAKEUP, timeInMillis, pendingIntent);
229 am.set(AlarmManager.RTC_WAKEUP, timeInMillis, pendingIntent);
242 // Create a PendingIntent that will match any one set for this instance
243 PendingIntent pendingIntent = PendingIntent.getBroadcast(context, instance.hashCode()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 24 import android.app.PendingIntent;
69 private PendingIntent mPermissionIntent;
94 mPermissionIntent = PendingIntent.getBroadcast(this, 0,
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 33 import android.app.PendingIntent;
302 PendingIntent getDialogPendingIntent(String dialogText) {
303 return PendingIntent.getActivity(
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitActivity.java 25 import android.app.PendingIntent;
46 private PendingIntent mPermissionIntent;
153 mPermissionIntent = PendingIntent.getBroadcast(this, 0, new Intent(
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 24 import android.app.PendingIntent;
62 private PendingIntent mDhcpRenewalIntent;
121 mDhcpRenewalIntent = PendingIntent.getBroadcast(mContext, DHCP_RENEW, dhcpRenewalIntent, 0);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 23 import android.app.PendingIntent;
213 PendingIntent pi = PendingIntent.getBroadcast(mContext, 0, intent, 0);
  /frameworks/base/services/java/com/android/server/connectivity/
PacManager.java 19 import android.app.PendingIntent;
82 private PendingIntent mPacRefreshIntent;
139 mPacRefreshIntent = PendingIntent.getBroadcast(
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 19 import android.app.PendingIntent;
187 public void requestDevicePermission(UsbDevice device, String packageName, PendingIntent pi) {
194 UsbAccessory accessory, String packageName, PendingIntent pi) {
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmScheduler.java 20 import android.app.PendingIntent;
319 PendingIntent pi = PendingIntent.getBroadcast(context, 0, intent, 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 20 import android.app.PendingIntent;
69 private final PendingIntent mPermissionIntent;
170 mPermissionIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_USB_PERMISSION), 0);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 25 import android.app.PendingIntent;
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 22 import android.app.PendingIntent;
169 PendingIntent pendingIntent = PendingIntent.getBroadcast(
170 this, 0, intent, PendingIntent.FLAG_ONE_SHOT);
171 mUsbManager.requestPermission(device, pendingIntent);

Completed in 1529 milliseconds

1 2 3 4 5 6 78 91011>>