/frameworks/base/core/jni/ |
D | android_app_PropertyInvalidatedCache.h | 70 NonceStore(int kMaxNonce, int kMaxByte, volatile nonce_t* nonce, volatile block_t* block) : in NonceStore() 110 volatile nonce_t* nonce() const { in nonce() function
|
/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 | 443 public void onObbResult(String filename, int nonce, int status) { in onObbResult() 479 private final int nonce; field in StorageManager.ObbListenerDelegate 725 final int nonce = mObbActionListener.addListener(listener); in mountObb() local 797 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/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerIntegrationTest.java | 204 public void onObbResult(String filename, int nonce, int status) { in onObbResult()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 487 String bugreportFileName, File bugreportFile, long nonce) { in sendRemoteBugreportFinishedBroadcast() 707 long nonce = intent.getLongExtra(EXTRA_BUGREPORT_NONCE, 0); in startBugreportAPI() local 777 long nonce, in setupFilesAndCreateBugreportInfo() 2191 final long nonce; field in BugreportProgressService.BugreportInfo 2208 long nonce, in BugreportInfo()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileUtilsTest.java | 744 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 | 721 final int nonce; in waitForConnection() local
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 978 String nonce = getNonceFromResponse(response); in handleAuthentication() local
|
/frameworks/native/include/input/ |
D | InputDevice.h | 60 uint16_t nonce; member
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 632 IObbActionListener token, int nonce, String volId) { in ObbState() 650 final int nonce; field in StorageManagerService.ObbState 3196 int nonce, ObbInfo obbInfo) { in mountObb() 3243 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 507 void requestRemoteBugReport(long nonce); in requestRemoteBugReport()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 7693 @Nullable String shareDescription, int bugreportType, long nonce) { in requestBugReportWithDescription() 7702 @Nullable String shareDescription, int bugreportType, long nonce, in requestBugReportWithDescription() 7847 public void requestRemoteBugReport(long nonce) { in requestRemoteBugReport()
|