Home
last modified time | relevance | path

Searched refs:applied (Results 1 – 25 of 174) sorted by relevance

1234567

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DVibrationEffectTest.java234 VibrationEffect.Composed applied = DEFAULT_ONE_SHOT.applyEffectStrength( in testApplyEffectStrengthOneShot() local
236 assertEquals(DEFAULT_ONE_SHOT, applied); in testApplyEffectStrengthOneShot()
241 VibrationEffect.Composed applied = TEST_WAVEFORM.applyEffectStrength( in testApplyEffectStrengthWaveform() local
243 assertEquals(TEST_WAVEFORM, applied); in testApplyEffectStrengthWaveform()
248 VibrationEffect.Composed applied = VibrationEffect.get(VibrationEffect.EFFECT_CLICK) in testApplyEffectStrengthPrebaked() local
251 ((PrebakedSegment) applied.getSegments().get(0)).getEffectStrength()); in testApplyEffectStrengthPrebaked()
261 VibrationEffect.Composed applied = VibrationEffect.startComposition() in testApplyEffectStrengthComposed() local
266 ((PrebakedSegment) applied.getSegments().get(0)).getEffectStrength()); in testApplyEffectStrengthComposed()
/aosp12/frameworks/compile/slang/tests/F_foreach_non_kernel/
H A Dstderr.txt.expect1 foreach_non_kernel.rscript:14:3: error: rsForEach applied to function oldFoo defined without "kerne…
2 foreach_non_kernel.rscript:15:3: error: rsForEach applied to function foo defined without "kernel" …
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java264 boolean applied = entry.getValue() != AccessNetworkConstants.TRANSPORT_TYPE_INVALID; in onActivePhoneSwitch()
269 int action = getAction(applied, shouldApply); in onActivePhoneSwitch()
333 boolean applied = mNetworkRequests.get(networkRequest) in onReleaseNetworkFor()
338 logl("onReleaseNetworkFor " + networkRequest + " applied " + applied); in onReleaseNetworkFor()
340 if (applied) { in onReleaseNetworkFor()
369 boolean applied = currentTransport != AccessNetworkConstants.TRANSPORT_TYPE_INVALID; in onDataHandoverNeeded()
371 && applied in onDataHandoverNeeded()
/aosp12/hardware/interfaces/usb/gadget/1.0/
H A DIUsbGadgetCallback.hal26 * @param status SUCCESS when the functions are applied.
40 * applied.
42 * been applied.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dattributes3 # This is applied to apps on vendor images with SDK <=30 only,
4 # to exempt them from recent mls changes. It must not be applied
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dattributes3 # This is applied to apps on vendor images with SDK <=30 only,
4 # to exempt them from recent mls changes. It must not be applied
/aosp12/system/sepolicy/private/
H A Dattributes3 # This is applied to apps on vendor images with SDK <=30 only,
4 # to exempt them from recent mls changes. It must not be applied
/aosp12/hardware/interfaces/broadcastradio/1.0/
H A DITuner.hal27 * configuration is applied or a failure occurs or after a time out.
29 * @return result OK if configuration could be applied
46 * Shall be called only when a valid configuration has been applied.
62 * Must be called when a valid configuration has been applied.
78 * Must be called when a valid configuration has been applied.
H A DITunerCallback.hal29 * Method called by the HAL when a new configuration is applied
31 * @param result OK if the configuration has been applied,
34 * applied.
/aosp12/system/chre/platform/slpi/see/
H A Dsee_cal_helper.cc30 bool applied = false; in applyCalibration() local
40 applied = true; in applyCalibration()
44 if (!applied) { in applyCalibration()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java167 GalleryActionBar model, int id, boolean applied, boolean updateTitle) { in setMenuItemApplied() argument
168 model.setClusterItemEnabled(id, !applied); in setMenuItemApplied()
171 …private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boo… in setMenuItemAppliedEnabled() argument
H A DGalleryActionBar.java81 public ActionItem(int action, boolean applied, boolean enabled, int title, in ActionItem() argument
83 this(action, applied, enabled, title, title, clusterBy); in ActionItem()
86 public ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle, in ActionItem() argument
/aosp12/packages/services/Iwlan/assets/
H A Ddefaultiwlanerrorconfig.json20 # 3.2. "ErrorDetails": Array of error specifics for which the policy needs to be applied to.
25 # 3.2.3. Any: "*" value represents that this can be applied to all ErrorDetails
58 # is defined as "*" - this policy will be applied to the error
/aosp12/hardware/interfaces/wifi/supplicant/1.2/
H A DISupplicantP2pIface.hal48 * only applied for the group owner.
50 * only applied for the group owner.
57 * @param peerAddress the group owner's MAC address, only applied for the group client.
/aosp12/hardware/interfaces/tv/tuner/1.1/
H A DIFrontend.hal45 * INVALID_STATE if tuning can't be applied at current stage,
66 * INVALID_STATE if tuning can't be applied at current stage,
106 * INVALID_STATE if tuning can't be applied at current stage,
/aosp12/packages/services/Car/car_product/car_ui_portrait/rro/car-ui-customizations/
H A DREADME1 The values in this RRO are for modifying the car-ui-lib values and should be applied to all
/aosp12/packages/apps/Car/Notification/
H A DAndroid.bp67 // Testing only resources must be applied last so they take precedence.
154 // Testing only resources must be applied last so they take precedence.
/aosp12/bionic/libc/
H A DSECCOMP_ALLOWLIST_SYSTEM.TXT2 # Note that the resultant policy is applied only to zygote spawned processes.
H A DSECCOMP_PRIORITY.TXT2 # Note that the resultant policy is applied only to zygote spawned processes.
H A DSECCOMP_BLOCKLIST_COMMON.TXT2 # Note that the resultant policy is applied only to zygote spawned processes.
/aosp12/packages/apps/Car/Settings/
H A DAndroid.bp120 // Testing only resources must be applied last so they take precedence.
180 // Testing only resources must be applied last so they take precedence.
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DIFrontend.hal58 * INVALID_STATE if tuning can't be applied at current stage,
101 * INVALID_STATE if tuning can't be applied at current stage,
127 * INVALID_STATE if tuning can't be applied at current stage,
/aosp12/system/extras/simpleperf/demo/CppApi/app/
H A Dproguard-rules.pro2 # You can control the set of applied configuration files using the
/aosp12/system/extras/simpleperf/demo/JavaApi/app/
H A Dproguard-rules.pro2 # You can control the set of applied configuration files using the
/aosp12/frameworks/base/startop/apps/ColorChanging/app/
H A Dproguard-rules.pro2 # You can control the set of applied configuration files using the

1234567