Home
last modified time | relevance | path

Searched refs:resultMessage (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java439 final String resultMessage = downloadSuccessful ? "Success" : "Failure"; in downloadFinished() local
441 Log.i(TAG, "downloadFinished() : Metadata " + resultMessage); in downloadFinished()
444 Log.i(TAG, "downloadFinished() : WordList " + resultMessage); in downloadFinished()
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java3163 String resultMessage = SET_ALLOWED_NETWORK_TYPES_FOR_USER + " failed"; in handleSetAllowedNetworkTypesCommand() local
3165 resultMessage = SET_ALLOWED_NETWORK_TYPES_FOR_USER + " completed"; in handleSetAllowedNetworkTypesCommand()
3167 getOutPrintWriter().println(resultMessage); in handleSetAllowedNetworkTypesCommand()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcServiceTest.java1875 NdefMessage resultMessage = tagService.ndefRead(1); in testNdefRead() local
1876 assertThat(resultMessage).isNotNull(); in testNdefRead()
1877 assertThat(resultMessage.getRecords()).hasLength(1); in testNdefRead()