/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | WrappedKey.java | 118 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, in WrappedKey() 136 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, in WrappedKey()
|
/frameworks/base/core/java/android/os/storage/ |
D | IObbActionListener.aidl | 36 void onObbResult(in String filename, int nonce, int status) = 0; in onObbResult()
|
D | IStorageManager.aidl | 64 int nonce, in ObbInfo obbInfo) = 21; in mountObb() 71 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
|
D | StorageManager.java | 401 public void onObbResult(String filename, int nonce, int status) { in onObbResult() 437 private final int nonce; field in StorageManager.ObbListenerDelegate 681 final int nonce = mObbActionListener.addListener(listener); in mountObb() local 753 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
|
/frameworks/base/libs/securebox/src/com/android/security/ |
D | SecureBox.java | 329 private static byte[] aesGcmEncrypt(SecretKey key, byte[] nonce, byte[] plaintext, byte[] aad) in aesGcmEncrypt() 339 private static byte[] aesGcmDecrypt(SecretKey key, byte[] nonce, byte[] ciphertext, byte[] aad) in aesGcmDecrypt() 345 AesGcmOperation operation, SecretKey key, byte[] nonce, byte[] text, byte[] aad) in aesGcmInternal()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportManager.java | 206 long nonce; in requestBugreport() local 245 long nonce = intent.getLongExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_NONCE, 0); in onBugreportFinished() local
|
/frameworks/base/libs/storage/ |
D | IObbActionListener.cpp | 48 int32_t nonce = data.readInt32(); in onTransact() local
|
D | IMountService.cpp | 444 const sp<IObbActionListener>& token, int32_t nonce, const sp<ObbInfo>& obbInfo) in mountObb() 465 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 57 int32_t nonce; member in ObbCallback 185 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 449 String bugreportFileName, File bugreportFile, long nonce) { in sendRemoteBugreportFinishedBroadcast() 682 long nonce = intent.getLongExtra(EXTRA_BUGREPORT_NONCE, 0); in startBugreportAPI() local 2096 final long nonce; field in BugreportProgressService.BugreportInfo 2108 @BugreportParams.BugreportMode int type, File bugreportsDir, long nonce, in BugreportInfo()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileUtilsTest.java | 751 final String nonce = String.valueOf(System.nanoTime()); in testConvertToModernFd() local
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | SipDelegateConfiguration.java | 417 public @NonNull Builder setSipAuthenticationNonce(@Nullable String nonce) { in setSipAuthenticationNonce()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 714 final int nonce; in waitForConnection() local
|
/frameworks/native/include/input/ |
D | InputDevice.h | 60 uint16_t nonce; member
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 613 IObbActionListener token, int nonce, String volId) { in ObbState() 631 final int nonce; field in StorageManagerService.ObbState 3133 int nonce, ObbInfo obbInfo) { in mountObb() 3150 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 978 String nonce = getNonceFromResponse(response); in handleAuthentication() local
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 506 void requestRemoteBugReport(long nonce); in requestRemoteBugReport()
|