Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 34) 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() method in ActionsPresets.NoActionsPreset
56 public void apply(Context context, NotificationCompat.Builder builder, in apply() method in ActionsPresets.SingleActionPreset
72 public void apply(Context context, NotificationCompat.Builder builder, in apply() method in ActionsPresets.LongTitleActionPreset
88 public void apply(Context context, NotificationCompat.Builder builder, in apply() method in ActionsPresets.ReplyActionPreset
110 public void apply(Context context, NotificationCompat.Builder builder, in apply() method in ActionsPresets.ReplyWithChoicesActionPreset
134 public void apply(Context context, NotificationCompat.Builder builder, in apply() method in ActionsPresets.DifferentActionsOnPhoneAndWearable
DPriorityPreset.java30 public abstract void apply(NotificationCompat.Builder builder, in apply() method in PriorityPreset
DActionsPreset.java31 public abstract void apply(Context context, NotificationCompat.Builder builder, in apply() method in ActionsPreset
DPriorityPresets.java50 public void apply(NotificationCompat.Builder builder, in apply() method in PriorityPresets.SimplePriorityPreset
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
DUtils.java52 pref.edit().remove(PREF_KEY_COUNTER).apply(); in saveCounterToPreference()
54 pref.edit().putInt(PREF_KEY_COUNTER, value).apply(); in saveCounterToPreference()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageLogger.java44 .apply(); in logMessage()
56 getPrefs(context).edit().remove(LOG_KEY).apply(); in clear()
/development/samples/browseable/JobScheduler/
D_index.jd9 background tasks when certain tasks apply.
/development/samples/training/testingfun/app/
Dbuild.gradle1 apply plugin: 'android'
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmStorage.java78 editor.apply(); in saveAlarm()
109 editor.apply(); in deleteAlarm()
/development/samples/devbytes/telephony/SmsSampleProject/app/
Dbuild.gradle1 apply plugin: 'com.android.application'
/development/samples/browseable/MediaEffects/
D_index.jd9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
/development/samples/browseable/DelayedConfirmation/
D_index.jd12 … selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java147 public String apply(String input) { in apply() method in ExtendedWikiHelper.FormatRule
267 wikiText = rule.apply(wikiText); in formatWikiText()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java382 editPreferences(activity).putBoolean(RESTRICTION_KEY_SAY_HELLO, allow).apply(); in saveCanSayHello()
394 editPreferences(activity).putString(RESTRICTION_KEY_MESSAGE, message).apply(); in saveMessage()
406 editPreferences(activity).putInt(RESTRICTION_KEY_NUMBER, number).apply(); in saveNumber()
418 editPreferences(activity).putString(RESTRICTION_KEY_RANK, rank).apply(); in saveRank()
451 TextUtils.join(DELIMETER, approvals)).apply(); in saveApprovals()
478 editPreferences(activity).putString(RESTRICTION_KEY_ITEMS, builder.toString()).apply(); in saveItems()
/development/samples/devbytes/ui/ImmersiveMode/
Dbuild.gradle25 apply plugin: 'android'
/development/samples/ApiDemos/src/com/example/android/apis/app/
DRedirectGetter.java46 Button applyButton = (Button)findViewById(R.id.apply); in onCreate()
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DHistory.java56 mPrefs.edit().putString(mSharedPrefKey, TextUtils.join(SEPARATOR, items)).apply(); in save()
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java98 editor.apply(); in storeLocation()
127 editor.apply(); in storeGeofenceEnabled()
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DMainActivity.java127 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).apply(); in onCustomClicked()
/development/tools/checkcolor/
Dbuild.gradle1 apply plugin: 'java'
/development/tools/logblame/
Dsample.txt537 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record
543 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback
629 enable_audio_route: usecase(9) apply and update mixer path: audio-record
732 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record
743 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback
993 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record
999 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback
1064 enable_audio_route: usecase(9) apply and update mixer path: audio-record
1105 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record
1114 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback
[all …]
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java162 public boolean apply(File input) { in findSourceDirs()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java174 Gravity.apply(lp.gravity, width, height, mTmpContainerRect, mTmpChildRect); in onLayout()
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintAuthenticationDialogFragment.java180 editor.apply(); in verifyPassword()
/development/samples/HelloEffects/src/com/example/android/mediafx/
DHelloEffects.java241 mEffect.apply(mTextures[0], mImageWidth, mImageHeight, mTextures[1]); in applyEffect()

12