/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/collection/ |
H A D | IntMap.kt | 112 val oldValue = valueAt(index) regex 133 val oldValue = valueAt(index) regex
|
H A D | IntBooleanMap.kt | 111 val oldValue = valueAt(index) regex 135 val oldValue = valueAt(index) regex
|
H A D | IntLongMap.kt | 111 val oldValue = valueAt(index) regex 135 val oldValue = valueAt(index) regex
|
H A D | IndexedMap.kt | 112 val oldValue = valueAt(index) regex
|
/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
H A D | InstallNonMarketAppsDeprecationTest.java | 56 private String waitTillValueChanges(String errorMessage, String oldValue) { in waitTillValueChanges()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifLiveDataStoreImpl.kt | 114 val oldValue = atomicValue.getAndSet(value) regex
|
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | SettingsProviderTest.java | 95 final String oldValue = in testRowNameContentUriForSystem() local 104 Settings.System.putString(getContext().getContentResolver(), testKey, oldValue); in testRowNameContentUriForSystem() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | SparseDoubleArray.java | 117 final double oldValue = get(key); in incrementValue() local
|
H A D | LruCache.java | 267 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
|
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/window/ |
H A D | SizeConfigurationBucketsTest.java | 359 private void checkCrossesSizeThreshold(int[] thresholds, int oldValue, int newValue, in checkCrossesSizeThreshold()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopModeTaskRepository.kt | 323 val oldValue = data.stashed regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | DisplayTransformManager.java | 150 final float[] oldValue = mColorMatrix.get(level); in setColorMatrix() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserManagerServiceTest.java | 309 final String oldValue = runShellCommand("getprop " + name); in setSystemProperty() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyLogger.java | 157 void restrictBackgroundChanged(boolean oldValue, boolean newValue) { in restrictBackgroundChanged() 329 private static String getRestrictBackgroundChangedLog(boolean oldValue, boolean newValue) { in getRestrictBackgroundChangedLog() 490 public void restrictBackgroundChanged(boolean oldValue, boolean newValue) { in restrictBackgroundChanged()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsState.java | 396 String oldValue = oldSetting.getValue(); in resetSettingDefaultValueLocked() local 448 String oldValue = (oldState != null) ? oldState.value : null; in insertSettingLocked() local 555 String oldValue = null; in setSettingsLocked() local 631 String oldValue = setting.getValue(); in resetSettingLocked() local 770 String oldValue, String newValue, String oldDefaultValue, String newDefaultValue) { in getNewMemoryUsagePerPackageLocked()
|
H A D | SettingsHelper.java | 171 String oldValue = null; in restoreValue() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStrongAuth.java | 202 int oldValue = mStrongAuthForUser.get(userId, mDefaultStrongAuthFlags); in handleRequireStrongAuthOneUser() local 224 int oldValue = mStrongAuthForUser.get(userId, mDefaultStrongAuthFlags); in handleNoLongerRequireStrongAuthOneUser() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationsQSContainerController.kt | 331 val oldValue = get() regex
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 204 final Object oldValue = map.remove(propertyName); in parse() local
|
/aosp14/system/core/libcutils/ |
H A D | hashmap.cpp | 214 void* oldValue = current->value; in hashmapPut() local
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | android_media_SoundPool.cpp | 235 V oldValue = std::move(it->second); in set() local
|
/aosp14/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | UserLifecycleTests.java | 1537 final String oldValue = ShellHelper.runShellCommand("getprop " + name); in setSystemProperty() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
H A D | RecoverySystemService.java | 247 int oldValue = getInt(key, defaultInitialValue); in incrementIntKey() local
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnection.java | 1443 PreparedStatement oldValue, PreparedStatement newValue) { in entryRemoved()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Transition.java | 1828 Object oldValue = oldValues.values.get(key); in isValueChanged() local
|