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);
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 155 Intent notificationIntent = new Intent(this, MainActivity.class);
157 notificationIntent, 0);
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 155 Intent notificationIntent = new Intent(this, MainActivity.class);
157 notificationIntent, 0);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java 123 Intent notificationIntent = new Intent(this, TriggerManager.class);
130 .setContentIntent(PendingIntent.getActivity(this, 0, notificationIntent, 0));
ScriptingLayerService.java 121 Intent notificationIntent = new Intent(this, ScriptingLayerService.class);
122 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS);
123 mNotificationPendingIntent = PendingIntent.getService(this, 0, notificationIntent, 0);

Completed in 903 milliseconds