/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | RemoveAnimationsPreference.kt | 59 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
|
D | ColorInversionPreference.kt | 65 val storage = SettingsSecureStore.get(context) in <lambda>() constant 71 val storage = SettingsSecureStore.get(context) in <lambda>() constant
|
D | DaltonizerPreference.kt | 66 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/ |
D | UrisSupplier.java | 64 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/ |
D | PrivateVolumeForget.java | 64 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local 116 final StorageManager storage = context.getSystemService(StorageManager.class); in onCreateDialog() local
|
D | StorageUnmountReceiver.java | 33 final StorageManager storage = context.getSystemService(StorageManager.class); in onReceive() local
|
D | PrivateVolumeFormat.java | 53 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local
|
D | PrivateVolumeUnmount.java | 56 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local
|
D | MigrateEstimateTask.java | 70 final StorageManager storage = mContext.getSystemService(StorageManager.class); in doInBackground() local
|
/packages/modules/Telephony/libs/TelephonyStatsLib/src/com/android/telephony/statslib/ |
D | StatsLib.java | 156 StatsLibStorage storage = getStorage(); in append() local 174 StatsLibStorage storage = getStorage(); in append() local
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | mutation_entry.cc | 20 namespace storage { namespace
|
D | mutation.cc | 20 namespace storage { namespace
|
D | le_device.cc | 20 namespace storage { namespace
|
D | classic_device.cc | 24 namespace storage { namespace
|
D | legacy_config_file.cc | 30 namespace storage { namespace
|
D | device.cc | 29 namespace storage { namespace
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | StorageUnmountReceiver.java | 37 StorageManager storage = context.getSystemService(StorageManager.class); in onReceive() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | DialPadTonePreference.kt | 31 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/ |
D | StorageEntryTest.java | 133 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/ |
D | MediaControlsSwitchPreference.kt | 62 override fun storage(context: Context): KeyValueStore = mediaControlsStore in tags() method in com.android.settings.sound.MediaControlsSwitchPreference
|
D | MediaControlsLockscreenSwitchPreference.kt | 59 override fun storage(context: Context): KeyValueStore = in tags() method in com.android.settings.sound.MediaControlsLockscreenSwitchPreference
|
/packages/services/Mms/src/com/android/mms/service/metrics/ |
D | MmsMetricsCollector.java | 66 public MmsMetricsCollector(Context context, PersistMmsAtomsStorage storage) { in MmsMetricsCollector()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
D | PersistedStoragePackageUninstalledReceiver.kt | 63 for (storage in storages) { in onReceive() method
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | BatteryPercentageSwitchPreference.kt | 44 override fun storage(context: Context): KeyValueStore = in tags() method in com.android.settings.display.BatteryPercentageSwitchPreference
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | AdaptiveConnectivityTogglePreference.kt | 43 override fun storage(context: Context): KeyValueStore = in tags() method in com.android.settings.network.AdaptiveConnectivityTogglePreference
|