Home
last modified time | relevance | path

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

12

/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/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
DNotificationsActivity.java51 NotificationCompat.Builder builder = new NotificationCompat.Builder(this) in onPostDirect() local
67 NotificationCompat.Builder builder = new NotificationCompat.Builder(this) in onPostInterstitial() local
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizListenerService.java119 Notification.Builder builder = new Notification.Builder(this) in onDataChanged() local
183 Notification.Builder builder = new Notification.Builder(this) in onMessageReceived() local
206 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/tools/idegen/src/com/android/idegen/
DDirectorySearch.java140 ImmutableList.Builder<File> builder = ImmutableList.builder(); in findSourceDirs() local
173 ImmutableList.Builder<File> builder = ImmutableList.builder(); in findExcludeDirs() local
/development/tools/idegen/src/
DFiles.java32 StringBuilder builder = new StringBuilder(); in toString() 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/BasicNotifications/src/com.example.android.basicnotifications/
DMainActivity.java49 NotificationCompat.Builder builder = new NotificationCompat.Builder(this); in sendNotification() local
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
DAccessibilityManagerSupportActivity.java111 StringBuilder builder = new StringBuilder(); in updateAccessibilityStateView() 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/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java46 NotificationCompat.Builder builder = new NotificationCompat.Builder(this); in createNotification() local
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DMessageDialogFragment.java47 AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); in onCreateDialog() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DM4.java68 StringBuilder builder = new StringBuilder("[ "); in toString() local
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java101 Uri.Builder builder = new Uri.Builder(); in onConnected() local
138 AlertDialog.Builder builder = new AlertDialog.Builder(this); in displayNoConnectedDeviceDialog() local
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DDbQueryUtils.java63 StringBuilder builder = new StringBuilder(); in concatenateClausesWithOperation() local
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactOperations.java108 ContentProviderOperation.Builder builder = in ContactOperations() local
366 ContentProviderOperation.Builder builder = in addInsertOp() local
380 ContentProviderOperation.Builder builder = in addUpdateOp() local
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java116 Notification.Builder builder = buildBasicNotification(context); in buildNotification() local
158 private void appendStyled(SpannableStringBuilder builder, String str, Object... spans) { in appendStyled()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPurgeableBitmap.java106 AlertDialog.Builder builder = new AlertDialog.Builder(this); in showAlertDialog() local
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
DPhoneMainActivity.java107 LatLngBounds.Builder builder = new LatLngBounds.Builder(); in showTrack() local

12