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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 60 context.startService(getClearRemoteNotificationsIntent(context));
63 public static Intent getClearRemoteNotificationsIntent(Context context) {
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 60 context.startService(getClearRemoteNotificationsIntent(context));
63 public static Intent getClearRemoteNotificationsIntent(Context context) {
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 60 context.startService(getClearRemoteNotificationsIntent(context));
63 public static Intent getClearRemoteNotificationsIntent(Context context) {
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 111 public static Intent getClearRemoteNotificationsIntent(Context context) {
346 PendingIntent.getService(this, 0, getClearRemoteNotificationsIntent(this), 0);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 111 public static Intent getClearRemoteNotificationsIntent(Context context) {
346 PendingIntent.getService(this, 0, getClearRemoteNotificationsIntent(this), 0);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 111 public static Intent getClearRemoteNotificationsIntent(Context context) {
346 PendingIntent.getService(this, 0, getClearRemoteNotificationsIntent(this), 0);

Completed in 1282 milliseconds