OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationintent
(Results
1 - 12
of
12
) 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);
/packages/apps/TV/src/com/android/tv/receiver/
BootCompletedReceiver.java
64
Intent
notificationIntent
= new Intent(context, NotificationService.class);
65
notificationIntent
.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION);
66
context.startService(
notificationIntent
);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java
193
* @param
notificationIntent
The {@link Intent} used when the notification is clicked
199
final Intent
notificationIntent
, final NotificationCompat.Builder notification,
210
folder,
notificationIntent
, notificationAction, notificationId, when);
223
folder,
notificationIntent
, notificationAction, notificationId, when);
351
final Folder folder, final Intent
notificationIntent
,
370
taskStackBuilder.addNextIntent(
notificationIntent
).addNextIntent(intent);
384
taskStackBuilder.addNextIntent(
notificationIntent
).addNextIntent(intent);
420
final Folder folder, final Intent
notificationIntent
,
442
taskStackBuilder.addNextIntent(
notificationIntent
).addNextIntent(intent);
[
all
...]
NotificationUtils.java
697
final Intent
notificationIntent
;
702
notificationIntent
= createViewConversationIntent(context, account, folder,
[
all
...]
/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/activity/
TriggerService.java
122
Intent
notificationIntent
= new Intent(this, TriggerManager.class);
129
.setContentIntent(PendingIntent.getActivity(this, 0,
notificationIntent
, 0));
ScriptingLayerService.java
118
Intent
notificationIntent
= new Intent(this, ScriptingLayerService.class);
119
notificationIntent
.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS);
120
mNotificationPendingIntent = PendingIntent.getService(this, 0,
notificationIntent
, 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java
327
Intent
notificationIntent
= new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS);
328
PendingIntent settingsIntent = PendingIntent.getActivity(context, 0,
notificationIntent
,
/packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java
430
final PendingIntent
notificationIntent
= PendingIntent.getActivity(this, 0, intent, 0);
437
.setContentIntent(
notificationIntent
)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java
[
all
...]
/packages/apps/TV/src/com/android/tv/
MainActivity.java
[
all
...]
Completed in 2113 milliseconds