Searched refs:getDeviceStateSharedPrefKey (Results 1 – 1 of 1) sorted by relevance
314 editor.putString(getDeviceStateSharedPrefKey(subId), in saveDeviceStateToPreference()322 final String sharedPrefKey = getDeviceStateSharedPrefKey(subId); in restoreDeviceState()356 editor.remove(getDeviceStateSharedPrefKey(subId)); in removeDeviceStateFromPreference()360 private static String getDeviceStateSharedPrefKey(int subId) { in getDeviceStateSharedPrefKey() method in UceUtils