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

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 405 NotificationCompat.WearableExtender firstPageWearableOptions =
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
429 firstPageWearableOptions.addPage(secondPageBuilder.build()));
500 NotificationCompat.WearableExtender firstPageWearableOptions =
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
505 firstPageWearableOptions.addPage(secondPageBuilder.build()));
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 405 NotificationCompat.WearableExtender firstPageWearableOptions =
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
429 firstPageWearableOptions.addPage(secondPageBuilder.build()));
500 NotificationCompat.WearableExtender firstPageWearableOptions =
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
505 firstPageWearableOptions.addPage(secondPageBuilder.build()));
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 405 NotificationCompat.WearableExtender firstPageWearableOptions =
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
429 firstPageWearableOptions.addPage(secondPageBuilder.build()));
500 NotificationCompat.WearableExtender firstPageWearableOptions =
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
505 firstPageWearableOptions.addPage(secondPageBuilder.build()));

Completed in 29 milliseconds