Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/os/storage/
DIObbActionListener.java72 int nonce; in onTransact() local
106 public void onObbResult(String filename, int nonce, int status) in onObbResult()
135 public void onObbResult(String filename, int nonce, int status) throws RemoteException; in onObbResult()
DStorageManager.java116 public void onObbResult(String filename, int nonce, int status) { in onObbResult()
152 private final int nonce; field in StorageManager.ObbListenerDelegate
465 final int nonce = mObbActionListener.addListener(listener); in mountObb() local
502 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
DIMountService.java492 IObbActionListener token, int nonce) throws RemoteException { in mountObb()
518 String rawPath, boolean force, IObbActionListener token, int nonce) in unmountObb()
1185 int nonce; in onTransact() local
1199 int nonce; in onTransact() local
1441 IObbActionListener token, int nonce) throws RemoteException; in mountObb()
1485 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) in unmountObb()
/frameworks/base/libs/storage/
DIObbActionListener.cpp33 virtual void onObbResult(const String16& filename, const int32_t nonce, const int32_t state) { } in onObbResult()
47 int32_t nonce = data.readInt32(); in onTransact() local
DIMountService.cpp439 const sp<IObbActionListener>& token, int32_t nonce) in mountObb()
460 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimRecords.java63 String getIsimChallengeResponse(String nonce); in getIsimChallengeResponse()
DIsimUiccRecords.java445 public String getIsimChallengeResponse(String nonce){ in getIsimChallengeResponse()
/frameworks/base/core/java/android/net/http/
DRequestHandle.java240 String nonce, in setupDigestAuthResponse()
299 String nonce, in computeDigestAuthResponse()
353 String A1, String A2, String nonce, String QOP, String nc, String cnonce) { in computeDigest()
/frameworks/base/native/android/
Dstorage_manager.cpp56 int32_t nonce; member in ObbCallback
166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl178 String getIsimChallengeResponse(String nonce); in getIsimChallengeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfo.java251 public String getIsimChallengeResponse(String nonce){ in getIsimChallengeResponse()
DPhoneSubInfoProxy.java242 public String getIsimChallengeResponse(String nonce) { in getIsimChallengeResponse()
DPhoneSubInfoController.java258 public String getIsimChallengeResponse(String nonce) throws RemoteException { in getIsimChallengeResponse()
DCommandsInterface.java1666 public void requestIsimAuthentication(String nonce, Message response); in requestIsimAuthentication()
/frameworks/base/obex/javax/obex/
DHeaderSet.java217 /*package*/ byte[] nonce; field in HeaderSet
DObexHelper.java953 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, in computeAuthenticationChallenge()
/frameworks/native/include/input/
DInputDevice.h53 uint16_t nonce; member
/frameworks/base/services/core/java/com/android/server/
DMountService.java268 IObbActionListener token, int nonce) { in ObbState()
292 final int nonce; field in MountService.ObbState
2101 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) { in mountObb()
2116 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java597 final int nonce; in waitForConnection() local
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java978 String nonce = getNonceFromResponse(response); in handleAuthentication() local
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2834 public String getIsimChallengeResponse(String nonce){ in getIsimChallengeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java542 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java544 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java628 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1655 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()

12