Searched refs:isGlobal (Results 1 – 2 of 2) sorted by relevance
75 private static boolean isGlobal(String key) { in isGlobal() method in ComboPreferences85 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 …]
81 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()