Home
last modified time | relevance | path

Searched refs:isGlobal (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DComboPreferences.java75 private static boolean isGlobal(String key) { in isGlobal() method in ComboPreferences
85 if (isGlobal(key) || !mPrefLocal.contains(key)) { in getString()
93 if (isGlobal(key) || !mPrefLocal.contains(key)) { in getInt()
101 if (isGlobal(key) || !mPrefLocal.contains(key)) { in getLong()
109 if (isGlobal(key) || !mPrefLocal.contains(key)) { in getFloat()
117 if (isGlobal(key) || !mPrefLocal.contains(key)) { in getBoolean()
169 if (isGlobal(key)) { in putString()
178 if (isGlobal(key)) { in putInt()
187 if (isGlobal(key)) { in putLong()
196 if (isGlobal(key)) { in putFloat()
[all …]
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DConnectedClientsTrackerTest.kt81 runUpdateConnectedClientsTest(isGlobal = true) in testUpdateConnectedClients()
88 runUpdateConnectedClientsTest(isGlobal = false) in testUpdateConnectedClients_LocalOnly()
91 fun runUpdateConnectedClientsTest(isGlobal: Boolean) { in runUpdateConnectedClientsTest()
100 if (isGlobal) { in runUpdateConnectedClientsTest()
110 if (isGlobal) { in runUpdateConnectedClientsTest()
126 if (isGlobal) { in runUpdateConnectedClientsTest()