/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | ImsiEncryptionInfo.java | 45 private final String keyIdentifier; field in ImsiEncryptionInfo 51 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo() argument 53 this(mcc, mnc, keyType, keyIdentifier, makeKeyObject(key), expirationTime); in ImsiEncryptionInfo() 57 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo() argument 66 this.keyIdentifier = keyIdentifier; in ImsiEncryptionInfo() 78 keyIdentifier = in.readString(); in ImsiEncryptionInfo() 99 return this.keyIdentifier; in getKeyIdentifier() 157 dest.writeString(keyIdentifier); in writeToParcel() 168 + ", keyIdentifier=" + keyIdentifier in toString()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierInfoManager.java | 151 String keyIdentifier = findCursor.getString(2); in getCarrierInfoForImsiEncryption() local 152 return new ImsiEncryptionInfo(mcc, mnc, keyType, keyIdentifier, carrier_key, in getCarrierInfoForImsiEncryption()
|
H A D | RIL.java | 5507 halImsiInfo.base.keyIdentifier = imsiEncryptionInfo.getKeyIdentifier(); in setCarrierInfoForImsiEncryption() 5535 halImsiInfo.keyIdentifier = imsiEncryptionInfo.getKeyIdentifier(); in setCarrierInfoForImsiEncryption()
|
/aosp12/hardware/interfaces/radio/1.1/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 178 imsiInfo.keyIdentifier = "Test"; in TEST_P()
|
/aosp12/hardware/interfaces/radio/1.1/ |
H A D | types.hal | 213 string keyIdentifier; // This is an opaque value we're given by the carrier
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | LatinIME.java | 1806 final long keyIdentifier = keyEvent.getDeviceId() << 32 + keyEvent.getKeyCode(); in onKeyUp() local 1807 if (mInputLogic.mCurrentlyPressedHardwareKeys.remove(keyIdentifier)) { in onKeyUp()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 762 char * keyIdentifier; /* The keyIdentifier Attribute value pair that helps member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 762 char * keyIdentifier; /* The keyIdentifier Attribute value pair that helps member
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiCarrierInfoManagerTest.java | 614 String keyIdentifier = "key=testKey"; in getEncryptedIdentityFailed() local 625 TelephonyManager.KEY_TYPE_WLAN, keyIdentifier, (PublicKey) null, null); in getEncryptedIdentityFailed()
|
/aosp12/hardware/interfaces/radio/1.6/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 835 imsiInfo.base.keyIdentifier = "Test"; in TEST_P()
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 2814 if (!copyHidlStringToRil(&imsiEncryption.keyIdentifier, data.keyIdentifier, pRI)) { in setCarrierInfoForImsiEncryption()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 57565 Landroid/telephony/ImsiEncryptionInfo;->keyIdentifier:Ljava/lang/String;
|