Searched refs:appStreams (Results 1 – 1 of 1) sorted by relevance
34 AppActiveStreams appStreams = sPerAppStreamStates.get(appIdentifier); in getStreamingState() local35 if (appStreams == null) { in getStreamingState()38 return appStreams.getStateForService(serviceId); in getStreamingState()44 if (appStreams == null) { in startStreaming()45 appStreams = new AppActiveStreams(appIdentifier); in startStreaming()46 sPerAppStreamStates.put(appIdentifier, appStreams); in startStreaming()49 appStreams.startStreaming(serviceId, callback, reason); in startStreaming()56 if (appStreams == null) { in stopStreaming()60 appStreams.stopStreaming(serviceId, reason); in stopStreaming()65 if (appStreams == null) { in dispose()[all …]