Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 40) 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/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmStorage.java78 editor.apply(); in saveAlarm()
109 editor.apply(); in deleteAlarm()
/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/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/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java441 editPreferences(activity).putBoolean(RESTRICTION_KEY_SAY_HELLO, allow).apply(); in saveCanSayHello()
453 editPreferences(activity).putString(RESTRICTION_KEY_MESSAGE, message).apply(); in saveMessage()
465 editPreferences(activity).putInt(RESTRICTION_KEY_NUMBER, number).apply(); in saveNumber()
477 editPreferences(activity).putString(RESTRICTION_KEY_RANK, rank).apply(); in saveRank()
510 TextUtils.join(DELIMETER, approvals)).apply(); in saveApprovals()
529 editPreferences(activity).putString(RESTRICTION_KEY_PROFILE_NAME, name).apply(); in saveProfile()
556 editPreferences(activity).putString(RESTRICTION_KEY_ITEMS, builder.toString()).apply(); in saveItems()
/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/DelayedConfirmation/
D_index.jd12 … selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
/development/samples/ApiDemos/src/com/example/android/apis/app/
DRedirectGetter.java46 Button applyButton = (Button)findViewById(R.id.apply); in onCreate()
/development/samples/SupportLeanbackShowcase/app/
Dbuild.gradle1 apply plugin: 'com.android.application'
/development/samples/devbytes/ui/ImmersiveMode/
Dbuild.gradle25 apply plugin: 'android'
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java98 editor.apply(); in storeLocation()
127 editor.apply(); in storeGeofenceEnabled()
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DRemoteControlClientCompat.java272 public void apply() { in apply() method in RemoteControlClientCompat.MetadataEditorCompat
/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()
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DDeviceOwnerFragment.java266 editor.apply(); in savePersistentPreferredLauncher()
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DMediaEffectsFragment.java274 mEffect.apply(mTextures[0], mImageWidth, mImageHeight, mTextures[1]); in applyEffect()

12