Home
last modified time | relevance | path

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

1234

/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/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/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/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/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/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/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DGlobalNotificationBuilder.java53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) { in setNotificationCompatBuilderInstance()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DGlobalNotificationBuilder.java53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) { in setNotificationCompatBuilderInstance()
/development/tools/winscope/src/flickerlib/layers/
DLayerTraceEntry.ts25 const builder = new LayerTraceEntryBuilder(timestamp, layers, displays, hwcBlob, where); constant
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/config/
DGlideConfiguration.java33 public void applyOptions(Context context, GlideBuilder builder) { in applyOptions()
/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/tools/idegen/src/
DFiles.java32 StringBuilder builder = new StringBuilder(); in toString() local
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
DMainActivity.java49 NotificationCompat.Builder builder = new NotificationCompat.Builder(this); in sendNotification() local
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DAttributionDialogActivity.java49 AlertDialog.Builder builder = new AlertDialog.Builder(this); in createDialog() local
DInlineRequestHelper.java84 Dataset.Builder builder = in createInlineActionDataset() local
109 Content.Builder builder = InlineSuggestionUi.newContentBuilder(attribution); in createSlice() 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/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java95 SelectionBuilder builder = new SelectionBuilder(); in query() local
149 SelectionBuilder builder = new SelectionBuilder(); in delete() local
181 SelectionBuilder builder = new SelectionBuilder(); in update() local
/development/samples/LceDemo/src/com/example/android/lce/
DLceDemoActivity.java62 NetworkRequest.Builder builder = new NetworkRequest.Builder(); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPictureInPictureSeamlessResize.java58 final PictureInPictureParams.Builder builder = new PictureInPictureParams.Builder() in onSeamlessResizeCheckedChanged() local

1234