HomeSort by relevance Sort by last modified time
    Searched refs:notificationIntent (Results 1 - 5 of 5) sorted by null

  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 72 Intent notificationIntent = new Intent(this,
74 notificationIntent.putExtra(KeyChainDemoActivity.EXTRA_STOP_SERVER,
77 notificationIntent, 0);
  /external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/
ResidentService.java 38 Intent notificationIntent = new Intent(this, MemConsumer.class);
39 notificationIntent.setAction(MemConsumer.NOTIFICATION_ACTION);
41 PendingIntent.getActivity(this, 0, notificationIntent, 0);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 576 final Intent notificationIntent;
581 notificationIntent = createViewConversationIntent(context, account, folder,
584 notificationIntent = createViewConversationIntent(context, account, folder,
592 if (notificationIntent == null) {
603 notificationIntent.putExtra(Utils.EXTRA_FROM_NOTIFICATION, true);
604 clickIntent = PendingIntent.getActivity(context, -1, notificationIntent,
606 notificationIntent.removeExtra(Utils.EXTRA_FROM_NOTIFICATION);
609 notification, cursor, clickIntent, notificationIntent,
    [all...]
NotificationActionUtils.java 190 * @param notificationIntent The {@link Intent} used when the notification is clicked
196 final Intent notificationIntent, final NotificationCompat.Builder notification,
208 folder, notificationIntent, notificationAction, notificationId, when));
301 final Folder folder, final Intent notificationIntent,
323 taskStackBuilder.addNextIntent(notificationIntent).addNextIntent(intent);
341 taskStackBuilder.addNextIntent(notificationIntent).addNextIntent(intent);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java     [all...]

Completed in 1011 milliseconds