Searched refs:targetKey (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/accessibility/util/ |
D | ShortcutUtils.java | 63 final String targetKey = convertToKey(shortcutType); in optInValueToSettings() local 65 targetKey); in optInValueToSettings() 76 Settings.Secure.putString(context.getContentResolver(), targetKey, joiner.toString()); in optInValueToSettings() local 124 final String targetKey = convertToKey(shortcutType); in isComponentIdExistingInSettings() local 126 targetKey); in isComponentIdExistingInSettings() 248 final String targetKey = convertToKey(shortcutType); in getShortcutTargetsFromSettings() local 249 if (Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED.equals(targetKey) in getShortcutTargetsFromSettings() 251 .equals(targetKey)) { in getShortcutTargetsFromSettings() 253 context.getContentResolver(), targetKey, /* def= */ 0, userId) == 1; in getShortcutTargetsFromSettings() 259 context.getContentResolver(), targetKey, userId); in getShortcutTargetsFromSettings()
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 848 @NonNull ResourcesKey targetKey, @NonNull ClassLoader targetClassLoader) { in findResourcesForActivityLocked() argument 861 && Objects.equals(key, targetKey)) { in findResourcesForActivityLocked()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteController.java | 3716 @NonNull String deviceRotationValue, int targetKey, int newValue) { in replaceDeviceRotationValue() argument 3732 keyValuePairs.add(new Pair<>(key, key == targetKey ? newValue : value)); in replaceDeviceRotationValue()
|