Searched refs:METHOD_CLOSE (Results 1 – 6 of 6) sorted by relevance
49 public static final String METHOD_CLOSE = "close"; field in CtsGroupCallService125 mReceivedCalls.add(Arrays.asList(METHOD_CLOSE, subscriptionId)); in dispose()
56 public static final String METHOD_CLOSE = "close"; field in CtsStreamingService174 mReceivedCalls.add(Arrays.asList(METHOD_CLOSE, subscriptionId));
72 public static final String METHOD_CLOSE = "close"; field in CtsDownloadService251 b.putString(METHOD_NAME, METHOD_CLOSE);
58 List<List<Object>> closeCalls = getMiddlewareCalls(CtsGroupCallService.METHOD_CLOSE); in testClose()
87 List<List<Object>> closeCalls = getMiddlewareCalls(CtsStreamingService.METHOD_CLOSE); in testClose()
95 List<Bundle> closeCalls = getMiddlewareCalls(CtsDownloadService.METHOD_CLOSE); in testClose()