/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | SoftApConfToXmlMigrationUtilTest.java | 76 out.writeUTF(config.preSharedKey); in createLegacyApConfFile() 86 String ssid, String preSharedKey, int keyManagement, int band, int channel, in setupApConfig() argument 90 configBuilder.setPassphrase(preSharedKey, SoftApConfiguration.SECURITY_TYPE_WPA2_PSK); in setupApConfig() 104 String ssid, String preSharedKey, int keyManagement, int band, int channel, in setupWifiConfigurationApConfig() argument 108 config.preSharedKey = preSharedKey; in setupWifiConfigurationApConfig() 129 assertEquals(backup.preSharedKey, restore.getPassphrase()); in assertWifiConfigurationEqualSoftApConfiguration()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/dpp/ |
D | WifiDppIntentHelper.java | 66 String preSharedKey = removeFirstAndLastDoubleQuotes(getPresharedKey(wifiManager, in setConfiguratorIntentExtra() local 75 if (!TextUtils.isEmpty(preSharedKey)) { in setConfiguratorIntentExtra() 76 intent.putExtra(EXTRA_WIFI_PRE_SHARED_KEY, preSharedKey); in setConfiguratorIntentExtra() 126 return privilegedWifiConfiguration.preSharedKey; in getPresharedKey() 130 return wifiConfiguration.preSharedKey; in getPresharedKey()
|
/frameworks/base/services/companion/java/com/android/server/companion/transport/ |
D | CryptoManager.java | 51 public CryptoManager(byte[] preSharedKey) { in CryptoManager() argument 52 if (preSharedKey == null) { in CryptoManager() 55 mPreSharedKey = Arrays.copyOf(preSharedKey, SECRET_KEY_LENGTH); in CryptoManager()
|
D | SecureTransport.java | 45 byte[] preSharedKey, AttestationVerifier verifier) { in SecureTransport() argument 47 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, preSharedKey, verifier); in SecureTransport()
|
D | CompanionTransportManager.java | 204 byte[] preSharedKey) { in initializeTransport() argument 216 } else if (preSharedKey != null) { in initializeTransport() 219 transport = new SecureTransport(associationId, fd, mContext, preSharedKey, null); in initializeTransport()
|
/frameworks/base/services/companion/java/com/android/server/companion/securechannel/ |
D | SecureChannel.java | 90 @NonNull byte[] preSharedKey in SecureChannel() argument 92 this(in, out, callback, preSharedKey, null); in SecureChannel() 117 byte[] preSharedKey, in SecureChannel() argument 123 this.mPreSharedKey = preSharedKey; in SecureChannel()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/dpp/ |
D | WifiDppIntentHelperTest.java | 57 wifiConfiguration.preSharedKey = EXTRA_WIFI_PRE_SHARED_KEY; in setConfiguratorIntentExtra_returnsCorrectValues()
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | WifiConfigurationHelper.java | 98 config.preSharedKey = password; in createPskConfig() 100 config.preSharedKey = quotedString(password); in createPskConfig()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17913 field public java.lang.String preSharedKey;
|