Home
last modified time | relevance | path

Searched refs:METHOD_GET_DOWNLOAD_STATUS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java70 public static final String METHOD_GET_DOWNLOAD_STATUS = "getDownloadStatus"; field in CtsDownloadService
262 b.putString(METHOD_NAME, METHOD_GET_DOWNLOAD_STATUS);
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadSessionTest.java187 getMiddlewareCalls(CtsDownloadService.METHOD_GET_DOWNLOAD_STATUS); in testGetDownloadStatus()