/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | StorageTest.java | 220 final MockResponse resp = new MockResponse().setResponseCode(200) in prepareAndRunDownload() local 224 resp.setChunkedBody(DOWNLOAD_BODY, 1021); in prepareAndRunDownload() 226 resp.setBody(DOWNLOAD_BODY); in prepareAndRunDownload() 228 enqueueResponse(resp); in prepareAndRunDownload()
|
D | AbstractDownloadProviderFunctionalTest.java | 225 void enqueueResponse(MockResponse resp) { in enqueueResponse() argument 226 mServer.enqueue(resp); in enqueueResponse()
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
D | HTMLViewerActivity.java | 185 final WebResourceResponse resp = new WebResourceResponse( in shouldInterceptRequest() local 187 resp.setStatusCodeAndReasonPhrase(200, "OK"); in shouldInterceptRequest() 188 return resp; in shouldInterceptRequest()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 1501 uint8_t* resp = (uint8_t*) e->GetByteArrayElements (respBytes, NULL); in nativeNfcTag_doIsNdefFormatable() local 1502 if (respLength == 9 && resp[7] == 0x91 && resp[8] == 0xAF) in nativeNfcTag_doIsNdefFormatable() 1506 e->ReleaseByteArrayElements (respBytes, (jbyte *) resp, JNI_ABORT); in nativeNfcTag_doIsNdefFormatable()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeNfcTag.cpp | 1087 jbyte* resp = e->GetByteArrayElements(respBytes, NULL); in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable() local 1088 if (respLength == 9 && resp[7] == (jbyte)0x91 && in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable() 1089 resp[8] == (jbyte)0xAF) { in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable() 1092 e->ReleaseByteArrayElements(respBytes, (jbyte *)resp, JNI_ABORT); in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable()
|
D | com_android_nfc_NativeNfcManager.cpp | 301 uint8_t resp[16]; in nfc_jni_initialize() local 451 gOutputParam.buffer = resp; in nfc_jni_initialize()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexServerSession.java | 573 public void onDisconnect(HeaderSet req, HeaderSet resp) { in onDisconnect() argument 575 resp.responseCode = ResponseCodes.OBEX_HTTP_OK; in onDisconnect()
|
D | TestActivity.java | 532 public void onDisconnect(HeaderSet req, HeaderSet resp) { in onDisconnect() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 230 public void onDisconnect(final HeaderSet req, final HeaderSet resp) { in onDisconnect() argument 234 resp.responseCode = ResponseCodes.OBEX_HTTP_OK; in onDisconnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 379 public void onDisconnect(final HeaderSet req, final HeaderSet resp) { in onDisconnect() argument 383 resp.responseCode = ResponseCodes.OBEX_HTTP_OK; in onDisconnect()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | en_US_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |