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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java 46 public static final int MOBILE_NOTIFICATION_ID = 100;
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java 46 public static final int MOBILE_NOTIFICATION_ID = 100;
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Constants.java 46 public static final int MOBILE_NOTIFICATION_ID = 100;
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 280 NotificationManagerCompat.from(this).cancel(Constants.MOBILE_NOTIFICATION_ID);
401 Constants.MOBILE_NOTIFICATION_ID, builder.build());
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 280 NotificationManagerCompat.from(this).cancel(Constants.MOBILE_NOTIFICATION_ID);
401 Constants.MOBILE_NOTIFICATION_ID, builder.build());
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 279 NotificationManagerCompat.from(this).cancel(Constants.MOBILE_NOTIFICATION_ID);
400 Constants.MOBILE_NOTIFICATION_ID, builder.build());

Completed in 712 milliseconds