Home
last modified time | relevance | path

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

/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.java268 public void onObbResult(String filename, int nonce, int status) { in onObbResult()
304 private final int nonce; field in StorageManager.ObbListenerDelegate
472 final int nonce = mObbActionListener.addListener(listener); in mountObb() local
507 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
DIMountService.java495 IObbActionListener token, int nonce) throws RemoteException { in mountObb()
521 String rawPath, boolean force, IObbActionListener token, int nonce) in unmountObb()
1750 int nonce; in onTransact() local
1764 int nonce; in onTransact() local
2248 IObbActionListener token, int nonce) throws RemoteException; in mountObb()
2292 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) in unmountObb()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimRecords.java63 String getIsimChallengeResponse(String nonce); in getIsimChallengeResponse()
DIsimUiccRecords.java439 public String getIsimChallengeResponse(String nonce){ in getIsimChallengeResponse()
/frameworks/base/libs/storage/
DIObbActionListener.cpp48 int32_t nonce = data.readInt32(); in onTransact() local
DIMountService.cpp446 const sp<IObbActionListener>& token, int32_t nonce) in mountObb()
467 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
DHTTPRequest.java273 String nonce = "MTQzMTg1MTIxMzUyNzo0OGFhNGU5ZTg4Y2M4YmFhYzM2MzAwZDg5MGNiYTJlNw=="; in main() local
284 String nonce, String cnonce, String nc, String qop, String expect) in test()
/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/obex/javax/obex/
DHeaderSet.java238 /*package*/ byte[] nonce; field in HeaderSet
DObexHelper.java999 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, in computeAuthenticationChallenge()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl189 String getIsimChallengeResponse(String nonce); in getIsimChallengeResponse()
/frameworks/native/include/input/
DInputDevice.h53 uint16_t nonce; member
/frameworks/base/services/core/java/com/android/server/
DMountService.java497 IObbActionListener token, int nonce) { in ObbState()
515 final int nonce; field in MountService.ObbState
2486 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) { in mountObb()
2501 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java364 public String getIsimChallengeResponse(String nonce) throws RemoteException { in getIsimChallengeResponse()
DCommandsInterface.java1697 public void requestIsimAuthentication(String nonce, Message response); in requestIsimAuthentication()
DRIL.java4831 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
/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/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java546 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java547 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1783 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
DSimulatedCommandsVerifier.java1188 public void requestIsimAuthentication(String nonce, Message response) { in requestIsimAuthentication()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3886 public String getIsimChallengeResponse(String nonce){ in getIsimChallengeResponse()