/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | ActionsPresets.java | 45 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
|
D | PriorityPreset.java | 30 public abstract void apply(NotificationCompat.Builder builder, in apply() method in PriorityPreset
|
D | ActionsPreset.java | 31 public abstract void apply(Context context, NotificationCompat.Builder builder, in apply() method in ActionsPreset
|
D | PriorityPresets.java | 50 public void apply(NotificationCompat.Builder builder, in apply() method in PriorityPresets.SimplePriorityPreset
|
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/ |
D | Utils.java | 52 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/ |
D | MessageLogger.java | 44 .apply(); in logMessage() 56 getPrefs(context).edit().remove(LOG_KEY).apply(); in clear()
|
/development/samples/browseable/JobScheduler/ |
D | _index.jd | 9 background tasks when certain tasks apply.
|
/development/samples/training/testingfun/app/ |
D | build.gradle | 1 apply plugin: 'android'
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmStorage.java | 78 editor.apply(); in saveAlarm() 109 editor.apply(); in deleteAlarm()
|
/development/samples/devbytes/telephony/SmsSampleProject/app/ |
D | build.gradle | 1 apply plugin: 'com.android.application'
|
/development/samples/browseable/MediaEffects/ |
D | _index.jd | 9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
|
/development/samples/browseable/DelayedConfirmation/ |
D | _index.jd | 12 … selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | ExtendedWikiHelper.java | 147 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/ |
D | AppRestrictionEnforcerFragment.java | 382 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/ |
D | build.gradle | 25 apply plugin: 'android'
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | RedirectGetter.java | 46 Button applyButton = (Button)findViewById(R.id.apply); in onCreate()
|
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/ |
D | History.java | 56 mPrefs.edit().putString(mSharedPrefKey, TextUtils.join(SEPARATOR, items)).apply(); in save()
|
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/ |
D | Utils.java | 98 editor.apply(); in storeLocation() 127 editor.apply(); in storeGeofenceEnabled()
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
D | MainActivity.java | 127 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).apply(); in onCustomClicked()
|
/development/tools/checkcolor/ |
D | build.gradle | 1 apply plugin: 'java'
|
/development/tools/logblame/ |
D | sample.txt | 537 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/ |
D | DirectorySearch.java | 162 public boolean apply(File input) { in findSourceDirs()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | CustomLayout.java | 174 Gravity.apply(lp.gravity, width, height, mTmpContainerRect, mTmpChildRect); in onLayout()
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
D | FingerprintAuthenticationDialogFragment.java | 180 editor.apply(); in verifyPassword()
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | HelloEffects.java | 241 mEffect.apply(mTextures[0], mImageWidth, mImageHeight, mTextures[1]); in applyEffect()
|