HomeSort by relevance Sort by last modified time
    Searched refs:createNotification (Results 1 - 21 of 21) sorted by null

  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 45 createNotification();
70 private void createNotification() {
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 42 protected abstract Notification createNotification();
109 startForegroundCompat(createNotification());
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 44 private void createNotification() {
123 createNotification();
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 44 private void createNotification() {
123 createNotification();
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 44 private void createNotification() {
123 createNotification();
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
113 private Notification createNotification(boolean makeHeadsUpNotification) {
VisibilityMetadataFragment.java 107 private Notification createNotification(NotificationVisibility visibility) {
151 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility));
OtherMetadataFragment.java 178 private Notification createNotification(Priority priority, Category category, Uri contactUri) {
208 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority,
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 54 createNotification(intent);
60 private void createNotification(Intent intent) {
  /developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 54 createNotification(intent);
60 private void createNotification(Intent intent) {
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
113 private Notification createNotification(boolean makeHeadsUpNotification) {
VisibilityMetadataFragment.java 107 private Notification createNotification(NotificationVisibility visibility) {
151 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility));
OtherMetadataFragment.java 178 private Notification createNotification(Priority priority, Category category, Uri contactUri) {
208 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority,
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
113 private Notification createNotification(boolean makeHeadsUpNotification) {
VisibilityMetadataFragment.java 107 private Notification createNotification(NotificationVisibility visibility) {
151 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility));
OtherMetadataFragment.java 178 private Notification createNotification(Priority priority, Category category, Uri contactUri) {
208 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority,
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java 54 createNotification(intent);
60 private void createNotification(Intent intent) {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ErrorReporter.java 96 ReportMessages.GROUP.createNotification(ReportMessages.ERROR_REPORT,
110 ReportMessages.GROUP.createNotification(ReportMessages.ERROR_REPORT,
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 109 Notification notification = createNotification();
201 Notification notification = createNotification();
212 Notification notification = createNotification();
226 private Notification createNotification() {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java 121 protected Notification createNotification() {
ScriptingLayerService.java 120 protected Notification createNotification() {

Completed in 3300 milliseconds