Searched refs:PROP_ISOLATED_STORAGE (Results 1 – 2 of 2) sorted by relevance
160 public static final String PROP_ISOLATED_STORAGE = "persist.sys.isolated_storage"; field in StorageManager1714 SystemProperties.getBoolean(PROP_ISOLATED_STORAGE, true)); in hasIsolatedStorage()
992 SystemProperties.set(StorageManager.PROP_ISOLATED_STORAGE, Boolean.toString(res)); in refreshIsolatedStorageSettings()1803 SystemProperties.getBoolean(StorageManager.PROP_ISOLATED_STORAGE, true))); in StorageManagerService()