/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
H A D | DiscoveryListenerMultiplexer.java | 46 public static void addListener(@NonNull NsdManager nsdManager, @NonNull String serviceType, in addListener() 133 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 139 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 145 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted() 150 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
|
H A D | MDNSFilteredDiscovery.java | 126 DiscoveryListenerMultiplexer.addListener(getNDSManager(), serviceType, this); in start() local 143 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 149 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 155 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted() 160 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
|
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsService.aidl | 39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsSsData.java | 225 public final @ServiceType int serviceType; field in ImsSsData 299 public Builder(@ServiceType int serviceType, int requestType, int teleserviceType, in Builder() 352 public ImsSsData(@ServiceType int serviceType, int requestType, int teleserviceType, in ImsSsData()
|
H A D | ImsCallProfile.java | 639 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() 667 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ambientcontext/ |
H A D | DefaultAmbientContextManagerPerUserService.java | 48 @UserIdInt int userId, ServiceType serviceType, String serviceName) { in DefaultAmbientContextManagerPerUserService()
|
H A D | WearableAmbientContextManagerPerUserService.java | 48 @UserIdInt int userId, ServiceType serviceType, String serviceName) { in WearableAmbientContextManagerPerUserService()
|
H A D | AmbientContextManagerService.java | 391 AmbientContextManagerPerUserService.ServiceType serviceType) { in getComponentName() 442 AmbientContextManagerPerUserService.ServiceType serviceType) { in getServiceForType()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | PowerManagerInternal.java | 153 public abstract PowerSaveState getLowPowerState(int serviceType); in getLowPowerState() 160 public void registerLowPowerModeObserver(int serviceType, Consumer<PowerSaveState> listener) { in registerLowPowerModeObserver()
|
H A D | IPowerManager.aidl | 61 PowerSaveState getPowerSaveState(int serviceType); in getPowerSaveState()
|
H A D | PowerManager.java | 2209 public PowerSaveState getPowerSaveState(@ServiceType int serviceType) { in getPowerSaveState()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CallState.java | 375 public CallState.Builder setImsCallServiceType(@ImsCallServiceType int serviceType) { in setImsCallServiceType()
|
H A D | NetworkRegistrationInfo.java | 736 public static String serviceTypeToString(@ServiceType int serviceType) { in serviceTypeToString()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | RebootEscrowManagerTests.java | 128 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() 291 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | RebootEscrowManager.java | 386 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() 684 int serviceType = mInjector.serverBasedResumeOnReboot() in reportMetricOnRestoreComplete() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppFGSTracker.java | 506 static int foregroundServiceTypeToIndex(@ForegroundServiceType int serviceType) { in foregroundServiceTypeToIndex() 722 @ForegroundServiceType int serviceType) { in notifyListenersOnStateChangeIfNecessary()
|
H A D | AppRestrictionController.java | 1851 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurations() 1861 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurations() 1872 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurationsSince() 1882 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurationsSince()
|
H A D | BatteryStatsService.java | 1595 final int serviceType, final int nrFrequency) { in notePhoneDataConnectionState()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | ServiceState.java | 431 int count, int serviceType, int state, long startTime, long now, long totalTime, in dumpStats()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 1588 int serviceType, long sleepMs, String perm, int op, in runTestLongFGSExemptionOnce() 1599 int serviceType, long sleepMs, boolean stopAfterSleep, in runExemptionTestOnce() 2352 int serviceType, long sleepMs, boolean stopAfterSleep, boolean withNotification, in runTestBgCurrentDrainExemptionOnce()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IBatteryStats.aidl | 161 …void notePhoneDataConnectionState(int dataType, boolean hasData, int serviceType, int nrFrequency); in notePhoneDataConnectionState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 6090 @RegState int serviceType, @ServiceState.FrequencyRange int nrFrequency) { in notePhoneDataConnectionStateLocked() 6097 @RegState int serviceType, @ServiceState.FrequencyRange int nrFrequency, in notePhoneDataConnectionStateLocked()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |