Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 70) sorted by relevance

123

/packages/apps/Settings/src/com/android/settings/accessibility/
DRemoveAnimationsPreference.kt59 val storage = SettingsGlobalStore.get(context) in <lambda>() constant
67 val storage = SettingsGlobalStore.get(context) in <lambda>() constant
75 override fun storage(context: Context): KeyValueStore = RemoveAnimationsStorage(context) in <lambda>() method in com.android.settings.accessibility.RemoveAnimationsPreference
123 val storage = SettingsGlobalStore.get(context) in <lambda>() constant
136 val storage = SettingsGlobalStore.get(context) in <lambda>() constant
DColorInversionPreference.kt65 val storage = SettingsSecureStore.get(context) in <lambda>() constant
71 val storage = SettingsSecureStore.get(context) in <lambda>() constant
DDaltonizerPreference.kt66 val storage = SettingsSecureStore.get(context) in <lambda>() constant
72 val storage = SettingsSecureStore.get(context) in <lambda>() constant
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DUrisSupplier.java64 abstract Iterable<Uri> getUris(ClipStore storage) throws IOException; in getUris()
73 public static UrisSupplier create(ClipData clipData, ClipStore storage) throws IOException { in create()
86 Selection<String> selection, Function<String, Uri> uriBuilder, ClipStore storage) in create()
103 public static UrisSupplier create(List<Uri> uris, ClipStore storage) throws IOException { in create()
119 private JumboUrisSupplier(ClipData clipData, ClipStore storage) throws IOException { in JumboUrisSupplier()
147 Iterable<Uri> getUris(ClipStore storage) throws IOException { in getUris()
245 Iterable<Uri> getUris(ClipStore storage) { in getUris()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPrivateVolumeForget.java64 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local
116 final StorageManager storage = context.getSystemService(StorageManager.class); in onCreateDialog() local
DStorageUnmountReceiver.java33 final StorageManager storage = context.getSystemService(StorageManager.class); in onReceive() local
DPrivateVolumeFormat.java53 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local
DPrivateVolumeUnmount.java56 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local
DMigrateEstimateTask.java70 final StorageManager storage = mContext.getSystemService(StorageManager.class); in doInBackground() local
/packages/modules/Telephony/libs/TelephonyStatsLib/src/com/android/telephony/statslib/
DStatsLib.java156 StatsLibStorage storage = getStorage(); in append() local
174 StatsLibStorage storage = getStorage(); in append() local
/packages/modules/Bluetooth/system/gd/storage/
Dmutation_entry.cc20 namespace storage { namespace
Dmutation.cc20 namespace storage { namespace
Dle_device.cc20 namespace storage { namespace
Dclassic_device.cc24 namespace storage { namespace
Dlegacy_config_file.cc30 namespace storage { namespace
Ddevice.cc29 namespace storage { namespace
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageUnmountReceiver.java37 StorageManager storage = context.getSystemService(StorageManager.class); in onReceive() local
/packages/apps/Settings/src/com/android/settings/notification/
DDialPadTonePreference.kt31 override fun storage(context: Context) = SettingsSystemStore.get(context) method in com.android.settings.notification.DialPadTonePreference
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/
DStorageEntryTest.java133 final StorageEntry storage = new StorageEntry(mContext, volumeInfo); in isVolumeInfo_shouldReturnTrueForVolumeInfo() local
143 final StorageEntry storage = new StorageEntry(diskInfo); in isDiskInfoUnsupported_shouldReturnTrueForDiskInfo() local
153 final StorageEntry storage = new StorageEntry(volumeRecord); in isVolumeRecordMissed_shouldReturnTrueForVolumeRecord() local
/packages/apps/Settings/src/com/android/settings/sound/
DMediaControlsSwitchPreference.kt62 override fun storage(context: Context): KeyValueStore = mediaControlsStore in tags() method in com.android.settings.sound.MediaControlsSwitchPreference
DMediaControlsLockscreenSwitchPreference.kt59 override fun storage(context: Context): KeyValueStore = in tags() method in com.android.settings.sound.MediaControlsLockscreenSwitchPreference
/packages/services/Mms/src/com/android/mms/service/metrics/
DMmsMetricsCollector.java66 public MmsMetricsCollector(Context context, PersistMmsAtomsStorage storage) { in MmsMetricsCollector()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DPersistedStoragePackageUninstalledReceiver.kt63 for (storage in storages) { in onReceive() method
/packages/apps/Settings/src/com/android/settings/display/
DBatteryPercentageSwitchPreference.kt44 override fun storage(context: Context): KeyValueStore = in tags() method in com.android.settings.display.BatteryPercentageSwitchPreference
/packages/apps/Settings/src/com/android/settings/network/
DAdaptiveConnectivityTogglePreference.kt43 override fun storage(context: Context): KeyValueStore = in tags() method in com.android.settings.network.AdaptiveConnectivityTogglePreference

123