/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | IObbActionListener.aidl | 36 void onObbResult(in String filename, int nonce, int status) = 0; in onObbResult()
|
H A 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()
|
H A D | StorageManager.java | 397 public void onObbResult(String filename, int nonce, int status) { in onObbResult() 433 private final int nonce; field in StorageManager.ObbListenerDelegate 677 final int nonce = mObbActionListener.addListener(listener); in mountObb() local 749 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A 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()
|
/aosp14/frameworks/base/libs/securebox/src/com/android/security/ |
H A 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()
|
/aosp14/frameworks/base/libs/storage/ |
H A D | IObbActionListener.cpp | 48 int32_t nonce = data.readInt32(); variable
|
H A 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()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | RemoteBugreportManager.java | 206 long nonce; in requestBugreport() local 245 long nonce = intent.getLongExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_NONCE, 0); in onBugreportFinished() local
|
/aosp14/frameworks/base/native/android/ |
H A 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()
|
/aosp14/system/core/trusty/utils/rpmb_dev/ |
H A D | rpmb_protocol.h | 53 struct rpmb_nonce nonce; member
|
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | BugreportProgressService.java | 445 String bugreportFileName, File bugreportFile, long nonce) { in sendRemoteBugreportFinishedBroadcast() 634 long nonce = intent.getLongExtra(EXTRA_BUGREPORT_NONCE, 0); in startBugreportAPI() local 2025 final long nonce; field in BugreportProgressService.BugreportInfo 2034 @BugreportParams.BugreportMode int type, File bugreportsDir, long nonce) { in BugreportInfo()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | FileUtilsTest.java | 652 final String nonce = String.valueOf(System.nanoTime()); in testConvertToModernFd() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | SipDelegateConfiguration.java | 417 public @NonNull Builder setSipAuthenticationNonce(@Nullable String nonce) { in setSipAuthenticationNonce()
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnectionPool.java | 707 final int nonce; in waitForConnection() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 597 IObbActionListener token, int nonce, String volId) { in ObbState() 615 final int nonce; field in StorageManagerService.ObbState 3019 int nonce, ObbInfo obbInfo) { in mountObb() 3036 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IActivityManager.aidl | 501 void requestRemoteBugReport(long nonce); in requestRemoteBugReport()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 7464 @Nullable String shareDescription, int bugreportType, long nonce) { in requestBugReportWithDescription() 7591 public void requestRemoteBugReport(long nonce) { in requestRemoteBugReport()
|