Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java193 WifiApConfigStore store = new WifiApConfigStore( in createWifiApConfigStore() local
328 WifiApConfigStore store = createWifiApConfigStore(); in initWithDefaultConfiguration() local
350 WifiApConfigStore store = createWifiApConfigStore(); in setNullApConfiguration() local
374 WifiApConfigStore store = createWifiApConfigStore(); in updateApConfiguration() local
409 WifiApConfigStore store = createWifiApConfigStore(); in convertDevice5GhzToAny() local
447 WifiApConfigStore store = createWifiApConfigStore(); in deviceAnyNotConverted() local
475 WifiApConfigStore store = createWifiApConfigStore(); in deviceWithChannelNotConverted() local
518 WifiApConfigStore store = createWifiApConfigStore(); in device5GhzConvertedToAnyAtRetrieval() local
543 WifiApConfigStore store = createWifiApConfigStore(); in deviceNotConvertedAtRetrieval() local
557 WifiApConfigStore store = createWifiApConfigStore(); in getDefaultApConfigurationIsValid() local
[all …]
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/themedicon/domain/interactor/
DThemedIconSnapshotRestorerTest.kt57 val store = FakeSnapshotStore() in <lambda>() constant
69 val store = FakeSnapshotStore() in <lambda>() constant
80 val store = FakeSnapshotStore() in <lambda>() constant
93 val store = FakeSnapshotStore() in <lambda>() constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/mode/
DDarkModeSnapshotRestorerTest.kt59 val store = FakeSnapshotStore() in set up and restore - active() constant
72 val store = FakeSnapshotStore() in set up and restore - inactive() constant
84 val store = FakeSnapshotStore() in set up - deactivate - restore to active() constant
98 val store = FakeSnapshotStore() in set up - activate - restore to inactive() constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/notifications/domain/interactor/
DNotificationsSnapshotRestorerTest.kt83 val store = FakeSnapshotStore() in setUpAndRestore_Active() constant
97 val store = FakeSnapshotStore() in setUpAndRestore_Inactive() constant
109 val store = FakeSnapshotStore() in <lambda>() constant
123 val store = FakeSnapshotStore() in <lambda>() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/domain/interactor/
DSnapshotStore.kt24 fun store(snapshot: RestorableSnapshot) in retrieve() method
32 override fun store(snapshot: RestorableSnapshot) = Unit in retrieve() method
/packages/apps/ThemePicker/src/com/android/customization/model/themedicon/domain/interactor/
DThemedIconSnapshotRestorer.kt30 private var store: SnapshotStore = SnapshotStore.NOOP variable in com.android.customization.model.themedicon.domain.interactor.ThemedIconSnapshotRestorer
43 fun store( in store() method
/packages/apps/Settings/src/com/android/settings/security/
DLockScreenPreferenceScreen.kt55 val store = SettingsSecureStore.get(context) in <lambda>() constant
63 val store = SettingsSecureStore.get(context) in <lambda>() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/domain/interactor/
DGridSnapshotRestorer.kt30 private var store: SnapshotStore = SnapshotStore.NOOP in <lambda>() variable in com.android.customization.picker.grid.domain.interactor.GridSnapshotRestorer
57 fun store(option: GridOptionItemModel) { in <lambda>() method in com.android.customization.picker.grid.domain.interactor.GridSnapshotRestorer
/packages/apps/ThemePicker/src/com/android/customization/model/mode/
DDarkModeSnapshotRestorer.kt36 private var store: SnapshotStore = SnapshotStore.NOOP in <lambda>() variable in com.android.customization.model.mode.DarkModeSnapshotRestorer
74 fun store( in <lambda>() method in com.android.customization.model.mode.DarkModeSnapshotRestorer
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DCachedLater.kt41 protected fun store(value: A) { in create() method in com.android.quicksearchbox.util.CachedLater
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeSnapshotStore.kt32 override fun store(snapshot: RestorableSnapshot) { in store() method
DUndoTestUtil.kt43 private lateinit var store: SnapshotStore variable in com.android.wallpaper.testing.FakeSnapshotRestorer
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorerTest.kt48 private lateinit var store: SnapshotStore in <lambda>() variable in com.android.wallpaper.picker.customization.domain.interactor.WallpaperSnapshotRestorerTest
59 override fun store(snapshot: RestorableSnapshot) { in <lambda>() method
/packages/apps/Settings/tests/unit/src/com/android/settings/sound/
DMediaControlsSwitchPreferenceTest.kt39 private val store = MediaControlsScreen.MediaControlsStore(SettingsSecureStore.get(appContext)) constant in com.android.settings.sound.MediaControlsSwitchPreferenceTest
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DIpConfigStoreTest.java118 final IpConfigStore store = new IpConfigStore(writer); in staticIpMultiNetworks() local
157 final IpConfigStore store = new IpConfigStore(writer); in readIpConfigurationFromFilePath() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java60 ImapConnection(ImapStore store) { in ImapConnection()
64 void setStore(ImapStore store) { in setStore()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothPreferenceController.java54 @Nullable BluetoothA2dpConfigStore store) { in AbstractBluetoothPreferenceController()
DBluetoothHDAudioPreferenceController.java43 BluetoothA2dpConfigStore store, in BluetoothHDAudioPreferenceController()
DBluetoothChannelModeDialogPreferenceController.java42 BluetoothA2dpConfigStore store) { in BluetoothChannelModeDialogPreferenceController()
DBluetoothBitPerSampleDialogPreferenceController.java42 BluetoothA2dpConfigStore store) { in BluetoothBitPerSampleDialogPreferenceController()
DBluetoothSampleRateDialogPreferenceController.java42 BluetoothA2dpConfigStore store) { in BluetoothSampleRateDialogPreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothPreferenceControllerTest.java103 BluetoothA2dpConfigStore store) { in AbstractBluetoothPreferenceControllerImpl()
/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/
DIsolatedWorkerTest.java116 TestKeyValueStore store = new TestKeyValueStore( in testOnDownloadCompleted() local
175 TestKeyValueStore store = in testOnDownloadCompletedWithCtors() local
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTypes.java68 public void store(Message message, File outputFile, License license) throws IOException { in store() method in Types.ProtoStorageFormat
238 public static void store(TzS2Polygons tzPolygons, File outputFile, in store() method in Types.TzS2Polygons
358 public static void store(TzS2CellUnion tzS2CellUnion, File outputFile, in store() method in Types.TzS2CellUnion
482 public static void store(TzS2Ranges ranges, File outputFile, in store() method in Types.TzS2Ranges
/packages/modules/Connectivity/networksecurity/service/src/com/android/server/net/ct/
DDataStore.java53 void store() { in store() method in DataStore

12