Searched refs:getAllSettings (Results 1 – 7 of 7) sorted by relevance
58 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("global"))) in testSettingsUnchanged()61 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("secure"))) in testSettingsUnchanged()64 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("system"))) in testSettingsUnchanged()83 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("global"))).andReturn(mapPreGlobal); in testSettingsChanged()84 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("secure"))) in testSettingsChanged()87 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("system"))) in testSettingsChanged()93 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("global"))).andReturn(mapPostGlobal); in testSettingsChanged()111 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("global"))).andReturn(mapPreGlobal); in testIgnoredSettings()112 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("secure"))) in testIgnoredSettings()115 EasyMock.expect(mMockDevice.getAllSettings(EasyMock.eq("system"))) in testIgnoredSettings()[all …]
173 Map<String, String> settingsPair = device.getAllSettings(namespace); in getSettingsHelper()
826 public Map<String, String> getAllSettings(String namespace) throws DeviceNotAvailableException; in getAllSettings() method
1451 public Map<String, String> getAllSettings(String namespace) throws DeviceNotAvailableException { in getAllSettings() method in TestDevice
4009 public Map<String, String> getAllSettings(String namespace) throws DeviceNotAvailableException { in getAllSettings() method in NativeDevice
3557 Map<String, String> map = mTestDevice.getAllSettings("system"); in testGetAllSettings()3572 Map<String, String> map = mTestDevice.getAllSettings("system"); in testGetAllSettings_EmptyValue()3589 assertNull(mTestDevice.getAllSettings("TEST")); in testGetAllSettings_unexpectedNamespace()
684 mTestDevice.getAllSettings("global"); in testGetAllSettingsSystemUser_exception()