OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createNotification
(Results
26 - 32
of
32
) sorted by null
1
2
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaNotificationManager.java
111
Notification notification =
createNotification
();
207
Notification notification =
createNotification
();
218
Notification notification =
createNotification
();
232
private Notification
createNotification
() {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java
179
private void
createNotification
(@NonNull PrintJobInfo printJob, @Nullable Action firstAction,
222
createNotification
(printJob, createCancelAction(printJob), null);
230
createNotification
(printJob, createCancelAction(printJob), restartActionBuilder.build());
234
createNotification
(printJob, createCancelAction(printJob), null);
238
createNotification
(printJob, null, null);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerService.java
107
protected Notification
createNotification
() {
ScriptingLayerService.java
108
protected Notification
createNotification
() {
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java
181
Notification
createNotification
(Priority priority, Category category, Uri contactUri) {
211
mNotificationManager.notify(mIncrementalNotificationId,
createNotification
(priority,
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java
181
Notification
createNotification
(Priority priority, Category category, Uri contactUri) {
211
mNotificationManager.notify(mIncrementalNotificationId,
createNotification
(priority,
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java
181
Notification
createNotification
(Priority priority, Category category, Uri contactUri) {
211
mNotificationManager.notify(mIncrementalNotificationId,
createNotification
(priority,
Completed in 665 milliseconds
1
2