Home
last modified time | relevance | path

Searched refs:createNotification (Results 1 – 8 of 8) sorted by relevance

/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServerService.java45 createNotification(); in onCreate()
70 private void createNotification() { in createNotification() method in SecureWebServerService
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java44 private void createNotification() { in createNotification() method in MainActivity
123 createNotification(); in showNotificationClicked()
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DHeadsUpNotificationFragment.java93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
114 Notification createNotification(boolean makeHeadsUpNotification) { in createNotification() method in HeadsUpNotificationFragment
DVisibilityMetadataFragment.java110 Notification createNotification(NotificationVisibility visibility) { in createNotification() method in VisibilityMetadataFragment
154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility)); in showNotificationClicked()
DOtherMetadataFragment.java181 Notification createNotification(Priority priority, Category category, Uri contactUri) { in createNotification() method in OtherMetadataFragment
211 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority, in showNotificationClicked()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java54 createNotification(intent); in onStartCommand()
60 private void createNotification(Intent intent) { in createNotification() method in RecipeService
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java109 Notification notification = createNotification(); in startNotification()
201 Notification notification = createNotification();
212 Notification notification = createNotification();
226 private Notification createNotification() { in createNotification() method in MediaNotificationManager
/development/samples/Support4Demos/src/com/example/android/supportv4/media/
DMediaNotificationManager.java111 Notification notification = createNotification(); in startNotification()
207 Notification notification = createNotification();
218 Notification notification = createNotification();
232 private Notification createNotification() { in createNotification() method in MediaNotificationManager