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

<<11121314

  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 8 import android.app.PendingIntent;
192 public void requestAuthToken(final PendingIntent pendingIntent,
211 pendingIntent, token, getOAuth2ScopeWithType());
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 26 import android.app.PendingIntent;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 22 import android.app.PendingIntent;
203 if ((key.flags&PendingIntent.FLAG_ONE_SHOT) != 0) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 20 import android.app.PendingIntent;
208 protected PendingIntent mDataStallAlarmIntent = null;
227 protected PendingIntent mReconnectIntent = null;
307 protected PendingIntent mProvisioningApnAlarmIntent = null;
    [all...]
DcTracker.java 20 import android.app.PendingIntent;
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 22 import android.app.PendingIntent;
65 private PendingIntent mSender;
  /development/apps/Development/src/com/android/development/
Connectivity.java 23 import android.app.PendingIntent;
450 PendingIntent p = PendingIntent.getBroadcast(this, 0, i, PendingIntent.FLAG_UPDATE_CURRENT);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 19 import android.app.PendingIntent;
514 PendingIntent pi) throws Exception {
525 throw new Exception("timed out waiting for call back from PendingIntent");
655 PendingIntent pi = PendingIntent.getBroadcast(mContext,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSelectorView.java 20 import android.app.PendingIntent;
KeyguardViewMediator.java 27 import android.app.PendingIntent;
662 PendingIntent sender = PendingIntent.getBroadcast(mContext,
663 0, intent, PendingIntent.FLAG_CANCEL_CURRENT);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 27 import android.app.PendingIntent;
231 PendingIntent.getActivity(context, 0, chooserIntent,
232 PendingIntent.FLAG_CANCEL_CURRENT));
286 .setContentIntent(PendingIntent.getActivity(params.context, 0, launchIntent, 0))
  /packages/apps/Email/src/com/android/email/
NotificationController.java 22 import android.app.PendingIntent;
139 PendingIntent pending = null;
141 pending = PendingIntent.getActivity(
142 mContext, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 19 import android.app.PendingIntent;
779 * Creates PendingIntent to notify the widget of a button click.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 20 import android.app.PendingIntent;
517 PendingIntent clickIntent;
549 notification.setDeleteIntent(PendingIntent.getService(
604 clickIntent = PendingIntent.getActivity(context, -1, notificationIntent,
605 PendingIntent.FLAG_UPDATE_CURRENT);
    [all...]
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 25 import android.app.PendingIntent;
555 PendingIntent.getActivityAsUser(mContext, 0, carModeOffIntent, 0,
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 20 import android.app.PendingIntent;
525 final PendingIntent pendingUpdate = CalendarAppWidgetProvider
  /frameworks/base/core/java/android/widget/
SearchView.java 21 import android.app.PendingIntent;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 19 import android.app.PendingIntent;
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 33 import android.app.PendingIntent;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 24 import android.app.PendingIntent;
530 PendingIntent pendingIntent = PendingIntent.getActivity(mActivity, 0, intent, 0);
531 mRemoteViews.setOnClickPendingIntent(R.id.remoteView_image, pendingIntent);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 25 import android.app.PendingIntent;
189 private PendingIntent mMediaPendingIntent;
361 // Build the PendingIntent for the remote control client
367 mMediaPendingIntent = PendingIntent.getBroadcast(this, 0, mediaButtonIntent, 0);
  /frameworks/base/core/java/android/provider/
CalendarContract.java 24 import android.app.PendingIntent;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 23 import android.app.PendingIntent;
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 21 import android.app.PendingIntent;
264 private PendingIntent mWatchdogPendingIntent;
515 PendingIntent.getBroadcast(mContext, 0, intent, 0);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 22 import android.app.PendingIntent;
778 PendingIntent pendingIntent = PendingIntent.getService(mContext, 0,
786 notificationBuilder.setContentIntent(pendingIntent);
    [all...]

Completed in 690 milliseconds

<<11121314