Searched refs:openSessionInternal (Results 1 – 2 of 2) sorted by relevance
518 return openSessionInternal(NetworkStatsManager.FLAG_AUGMENT_WITH_SUBSCRIPTION_PLAN, null); in openSession()523 return openSessionInternal(flags, callingPackage); in openSessionForUsageStats()543 private INetworkStatsSession openSessionInternal(final int flags, final String callingPackage) { in openSessionInternal() method in NetworkStatsService
602 return openSessionInternal(sessionId); in openSession()608 private IPackageInstallerSession openSessionInternal(int sessionId) throws IOException { in openSessionInternal() method in PackageInstallerService