HomeSort by relevance Sort by last modified time
    Searched defs:notificationIntent (Results 1 - 4 of 4) 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 697 final Intent notificationIntent;
702 notificationIntent = createViewConversationIntent(context, account, folder,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java     [all...]

Completed in 387 milliseconds