Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt53 if (item.encryptionType == EncryptionType.DEVICE_PROTECTED) bootAwarePrefs in <lambda>()
128 .filter { it.first.encryptionType != EncryptionType.DEVICE_PROTECTED } in <lambda>()
133 updates.filter { it.first.encryptionType == EncryptionType.DEVICE_PROTECTED } in <lambda>()
230 .filter { it.encryptionType != EncryptionType.DEVICE_PROTECTED } in <lambda>()
234 val bootAwareUpdates = items.filter { it.encryptionType == EncryptionType.DEVICE_PROTECTED } in <lambda>()
259 val ICON_STATE = nonRestorableItem("pref_icon_shape_path", "", EncryptionType.ENCRYPTED) in <lambda>()
264 val THEMED_ICONS = backedUpItem(Themes.KEY_THEMED_ICONS, false, EncryptionType.ENCRYPTED) in <lambda>()
269 backedUpItem(DeviceGridState.KEY_WORKSPACE_SIZE, "", EncryptionType.ENCRYPTED) in <lambda>()
272 backedUpItem(DeviceGridState.KEY_HOTSEAT_COUNT, -1, EncryptionType.ENCRYPTED) in <lambda>()
275 backedUpItem(TASKBAR_PINNING_KEY, false, EncryptionType.DEVICE_PROTECTED) in <lambda>()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHostapdHalAidlImpTest.java47 import android.hardware.wifi.hostapd.EncryptionType;
284 assertEquals(EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G()
317 assertEquals(EncryptionType.NONE, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Open_Band5G()
352 assertEquals(EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
391 assertEquals(EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G_WithACS()
431 assertEquals(EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()
468 assertEquals(EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_BandAny_WithACS()
502 assertEquals(EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_WithoutACS()
782 assertEquals(EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_SAE_WithoutACS()
821 assertEquals(EncryptionType.WPA3_SAE_TRANSITION, in testAddAccessPointSuccess_SAE_Transition_WithoutACS()
[all …]
DHostapdHalHidlImpTest.java303 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G()
336 assertEquals(IHostapd.EncryptionType.NONE, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Open_Band5G()
371 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
410 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G_WithACS()
450 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()
487 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_BandAny_WithACS()
522 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_WithoutACS()
596 assertEquals(IHostapd.EncryptionType.WPA2, mNetworkParamsCaptor.getValue().encryptionType); in testAddAccessPointSuccess_Psk_BandAny_WithACS_AcsChannels()
1146 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE, in testAddAccessPointSuccess_SAE_WithoutACS()
1193 assertEquals(android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE_TRANSITION, in testAddAccessPointSuccess_SAE_Transition_WithoutACS()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHalAidlImp.java26 import android.hardware.wifi.hostapd.EncryptionType;
608 encryptionType = EncryptionType.NONE; in getEncryptionType()
611 encryptionType = EncryptionType.WPA2; in getEncryptionType()
614 encryptionType = EncryptionType.WPA3_SAE_TRANSITION; in getEncryptionType()
617 encryptionType = EncryptionType.WPA3_SAE; in getEncryptionType()
620 encryptionType = EncryptionType.WPA3_OWE_TRANSITION; in getEncryptionType()
623 encryptionType = EncryptionType.WPA3_OWE; in getEncryptionType()
628 encryptionType = EncryptionType.NONE; in getEncryptionType()
DHostapdHalHidlImp.java915 == android.hardware.wifi.hostapd.V1_2.IHostapd.EncryptionType.WPA3_SAE in prepareNetworkParamsV1_2()
917 .EncryptionType.WPA3_SAE_TRANSITION) { in prepareNetworkParamsV1_2()
936 encryptionType = IHostapd.EncryptionType.NONE; in getEncryptionType()
939 encryptionType = IHostapd.EncryptionType.WPA2; in getEncryptionType()
943 .IHostapd.EncryptionType.WPA3_SAE_TRANSITION; in getEncryptionType()
947 .IHostapd.EncryptionType.WPA3_SAE; in getEncryptionType()
952 encryptionType = IHostapd.EncryptionType.NONE; in getEncryptionType()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DLauncherPrefsTest.kt35 ContextualItem("4", true, { true }, EncryptionType.ENCRYPTED, Boolean::class.java) in <lambda>()
194 EncryptionType.DEVICE_PROTECTED in put_bootAwareItem_updatesDeviceProtectedStorage()
215 EncryptionType.DEVICE_PROTECTED in remove_bootAwareItem_removesFromDeviceProtectedStorage()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelDbController.java63 import com.android.launcher3.EncryptionType;
611 false /* default value */, EncryptionType.ENCRYPTED); in getEmptyDbCreatedKey()
615 return LauncherPrefs.backedUpItem(key, false /* default value */, EncryptionType.ENCRYPTED); in getEmptyDbCreatedKey()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DPredictionUpdateTask.java18 import static com.android.launcher3.EncryptionType.ENCRYPTED;
DQuickstepModelDelegate.java21 import static com.android.launcher3.EncryptionType.ENCRYPTED;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java90 import com.android.launcher3.EncryptionType;
165 "launcher.has_enabled_quickstep_once", false, EncryptionType.ENCRYPTED);