Searched refs:mFetcher (Results 1 – 3 of 3) sorted by relevance
100 private TetheringConfigurationFetcher mFetcher; field in EntitlementManager133 mFetcher = fetcher; in setTetheringConfigurationFetcher()150 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in isCellularUpstreamPermitted()196 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in startProvisioningIfNeeded()243 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in notifyUpstream()250 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in maybeRunProvisioning()475 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in addDownstreamMapping()486 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in removeDownstreamMapping()495 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration();631 final TetheringConfiguration config = mFetcher.fetchTetheringConfiguration(); in requestLatestTetheringEntitlementResult()
688 mFetcherInfos[index].mFetcher->getFetcherID(), in onMessageReceived()694 mFetcherInfos[index].mFetcher->id()); in onMessageReceived()754 const sp<PlaylistFetcher> &fetcher = mFetcherInfos.valueAt(i).mFetcher; in onMessageReceived()875 info.mFetcher->resumeUntilAsync(stopParams); in onMessageReceived()1036 mFetcherLooper->unregisterHandler(mFetcherInfos[index].mFetcher->id()); in onMasterPlaylistFetched()1146 mFetcherInfos.valueAt(i).mFetcher->stopAsync(); in finishDisconnect()1148 mFetcherInfos.valueAt(i).mFetcher->id()); in finishDisconnect()1177 info.mFetcher = new PlaylistFetcher( in addFetcher()1182 mFetcherLooper->registerHandler(info.mFetcher); in addFetcher()1186 return info.mFetcher; in addFetcher()[all …]
155 sp<PlaylistFetcher> mFetcher; member