Home
last modified time | relevance | path

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

/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java85 private static final String STORAGE_MANAGER_PROPERTY = "ro.storage_manager.enabled"; field in NotificationController
106 if (!SystemProperties.getBoolean(STORAGE_MANAGER_PROPERTY, false)) { in onReceive()