HomeSort by relevance Sort by last modified time
    Searched refs:firstPageBuilder (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 404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
416 firstPageBuilder.setStyle(style);
428 firstPageBuilder.extend(
431 return new Notification[]{ firstPageBuilder.build() };
499 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
504 firstPageBuilder.extend(
507 return new Notification[]{ firstPageBuilder.build() };
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
416 firstPageBuilder.setStyle(style);
428 firstPageBuilder.extend(
431 return new Notification[]{ firstPageBuilder.build() };
499 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
504 firstPageBuilder.extend(
507 return new Notification[]{ firstPageBuilder.build() };
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
416 firstPageBuilder.setStyle(style);
428 firstPageBuilder.extend(
431 return new Notification[]{ firstPageBuilder.build() };
499 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context);
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options);
504 firstPageBuilder.extend(
507 return new Notification[]{ firstPageBuilder.build() };

Completed in 26 milliseconds