Searched refs:configChange (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/ |
H A D | TimeCapabilitiesTest.java | 171 TimeConfiguration configChange = new TimeConfiguration.Builder() in testTryApplyConfigChanges_permitted() local 178 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted() 192 TimeConfiguration configChange = new TimeConfiguration.Builder() in testTryApplyConfigChanges_notPermitted() local 196 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
|
H A D | TimeZoneCapabilitiesTest.java | 154 TimeZoneConfiguration configChange = new TimeZoneConfiguration.Builder() in testTryApplyConfigChanges_permitted() local 161 assertEquals(expected, capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_permitted() 178 TimeZoneConfiguration configChange = new TimeZoneConfiguration.Builder() in testTryApplyConfigChanges_notPermitted() local 182 assertNull(capabilities.tryApplyConfigChanges(oldConfiguration, configChange)); in testTryApplyConfigChanges_notPermitted()
|
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | TunerCallback.cpp | 110 virtual Return<void> configChange(Result result, const BandConfig& config); 168 Return<void> NativeCallback::configChange(Result result, const BandConfig& config) { in configChange() function in android::server::BroadcastRadio::TunerCallback::NativeCallback
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 2812 public boolean onShowInputRequested(@InputMethod.ShowFlags int flags, boolean configChange) { 2817 if (!configChange && onEvaluateFullscreenMode() && !isInputViewShown()) { 2849 boolean configChange) { 2850 final boolean result = onShowInputRequested(flags, configChange);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |