Home
last modified time | relevance | path

Searched defs:builder (Results 1 – 25 of 66) sorted by relevance

123

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java45 public void apply(Context context, NotificationCompat.Builder builder, in apply()
56 public void apply(Context context, NotificationCompat.Builder builder, in apply()
72 public void apply(Context context, NotificationCompat.Builder builder, in apply()
88 public void apply(Context context, NotificationCompat.Builder builder, in apply()
110 public void apply(Context context, NotificationCompat.Builder builder, in apply()
134 public void apply(Context context, NotificationCompat.Builder builder, in apply()
DNotificationPresets.java71 NotificationCompat.Builder builder, NotificationCompat.WearableExtender wearableOptions, in applyBasicOptions()
105 NotificationCompat.Builder builder = new NotificationCompat.Builder(context); in buildNotifications() local
158 NotificationCompat.Builder builder = new NotificationCompat.Builder(context) in buildNotifications() local
167 private void appendStyled(SpannableStringBuilder builder, String str, Object... spans) { in appendStyled()
190 NotificationCompat.Builder builder = new NotificationCompat.Builder(context) in buildNotifications() local
215 NotificationCompat.Builder builder = new NotificationCompat.Builder(context) in buildNotifications() local
238 NotificationCompat.Builder builder = new NotificationCompat.Builder(context) in buildNotifications() local
256 NotificationCompat.Builder builder = new NotificationCompat.Builder(context); in buildNotifications() local
282 NotificationCompat.Builder builder = new NotificationCompat.Builder(context); in buildNotifications() local
322 NotificationCompat.Builder builder = new NotificationCompat.Builder(context); in buildNotifications() local
[all …]
DPriorityPreset.java30 public abstract void apply(NotificationCompat.Builder builder, in apply()
DActionsPreset.java31 public abstract void apply(Context context, NotificationCompat.Builder builder, in apply()
DPriorityPresets.java50 public void apply(NotificationCompat.Builder builder, in apply()
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DNotificationsActivity.java38 Notification.Builder builder = new Notification.Builder(this) in onPostDirect() local
54 Notification.Builder builder = new Notification.Builder(this) in onPostInterstitial() local
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DGlobalNotificationBuilder.java53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) { in setNotificationCompatBuilderInstance()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DGlobalNotificationBuilder.java53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) { in setNotificationCompatBuilderInstance()
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java34 NotificationCompat.Builder builder; field in PingService
127 private void issueNotification(NotificationCompat.Builder builder) { in issueNotification()
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizListenerService.java116 Notification.Builder builder = new Notification.Builder(this) in onDataChanged() local
180 Notification.Builder builder = new Notification.Builder(this) in onMessageReceived() local
203 private void appendColored(SpannableStringBuilder builder, String text, int colorResId) { in appendColored()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/config/
DGlideConfiguration.java33 public void applyOptions(Context context, GlideBuilder builder) { in applyOptions()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java73 NotificationCompat.Builder builder = new NotificationCompat.Builder(this); in createNotification() local
78 NotificationCompat.Builder builder = new NotificationCompat.Builder(this); in createNotification() local
/development/tools/idegen/src/
DFiles.java32 StringBuilder builder = new StringBuilder(); in toString() local
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java295 private void addPlayPauseAction(Notification.Builder builder) { in addPlayPauseAction()
312 private void setNotificationPlaybackState(Notification.Builder builder) { in setNotificationPlaybackState()
340 final Notification.Builder builder) { in fetchBitmapFromURLAsync()
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java143 ImmutableList.Builder<File> builder = ImmutableList.builder(); in findSourceDirs() local
187 ImmutableList.Builder<File> builder = ImmutableList.builder(); in findExcludeDirs() local
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
DMainActivity.java49 NotificationCompat.Builder builder = new NotificationCompat.Builder(this); in sendNotification() local
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java111 final NotificationCompat.Builder builder = new NotificationCompat.Builder(getActivity()) in addNotificationAndUpdateSummaries() local
138 final NotificationCompat.Builder builder = new NotificationCompat.Builder(getActivity()) in updateNotificationSummary() local
/development/samples/LceDemo/src/com/example/android/lce/
DLceDemoActivity.java62 NetworkRequest.Builder builder = new NetworkRequest.Builder(); in onCreate() local
/development/apps/Development/src/com/android/development/
DLogViewer.java69 StringBuilder builder = new StringBuilder(); in appendThrowable() local
79 StringBuilder builder = new StringBuilder(); field in LogViewer.LogReader
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DMessageDialogFragment.java47 AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); in onCreateDialog() local
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java46 NotificationCompat.Builder builder = new NotificationCompat.Builder(this); in createNotification() local
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmIntentService.java60 NotificationCompat.Builder builder = in onHandleIntent() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DM4.java68 StringBuilder builder = new StringBuilder("[ "); in toString() local
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DScannerFragment.java182 ScanFilter.Builder builder = new ScanFilter.Builder(); in buildScanFilters() local
194 ScanSettings.Builder builder = new ScanSettings.Builder(); in buildScanSettings() local
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DDbQueryUtils.java63 StringBuilder builder = new StringBuilder(); in concatenateClausesWithOperation() local

123