Home
last modified time | relevance | path

Searched defs:serviceType (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DDiscoveryListenerMultiplexer.java46 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()
DMDNSFilteredDiscovery.java126 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()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/utils/
DUserScopedService.kt55 private val serviceType: Class<T>, constant in com.android.systemui.user.utils.UserScopedServiceImpl
/frameworks/base/telephony/java/android/telephony/ims/
DImsSsData.java225 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()
DImsCallProfile.java650 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
678 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile()
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DDefaultAmbientContextManagerPerUserService.java48 @UserIdInt int userId, ServiceType serviceType, String serviceName) { in DefaultAmbientContextManagerPerUserService()
DWearableAmbientContextManagerPerUserService.java48 @UserIdInt int userId, ServiceType serviceType, String serviceName) { in WearableAmbientContextManagerPerUserService()
DAmbientContextManagerService.java392 AmbientContextManagerPerUserService.ServiceType serviceType) { in getComponentName()
443 AmbientContextManagerPerUserService.ServiceType serviceType) { in getServiceForType()
/frameworks/base/core/java/android/os/
DPowerManagerInternal.java154 public abstract PowerSaveState getLowPowerState(int serviceType); in getLowPowerState()
161 public void registerLowPowerModeObserver(int serviceType, Consumer<PowerSaveState> listener) { in registerLowPowerModeObserver()
DIPowerManager.aidl61 PowerSaveState getPowerSaveState(int serviceType); in getPowerSaveState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSsData.java103 public ServiceType serviceType; field in SsData
DGsmMmiCode.java1953 SsData.ServiceType serviceType) { in getControlStrings()
2043 SsData.ServiceType serviceType) { in getControlStringsForPwd()
/frameworks/base/telephony/java/android/telephony/
DCallState.java375 public CallState.Builder setImsCallServiceType(@ImsCallServiceType int serviceType) { in setImsCallServiceType()
DNetworkRegistrationInfo.java752 public static String serviceTypeToString(@ServiceType int serviceType) { in serviceTypeToString()
/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java388 public static boolean isValidService(int serviceType) { in isValidService()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java132 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
311 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java401 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
731 int serviceType = mInjector.serverBasedResumeOnReboot() in reportMetricOnRestoreComplete() local
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java1870 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurations()
1880 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurations()
1891 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurationsSince()
1901 @ForegroundServiceType int serviceType) { in getForegroundServiceTotalDurationsSince()
DAppFGSTracker.java511 static int foregroundServiceTypeToIndex(@ForegroundServiceType int serviceType) { in foregroundServiceTypeToIndex()
727 @ForegroundServiceType int serviceType) { in notifyListenersOnStateChangeIfNecessary()
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java431 int count, int serviceType, int state, long startTime, long now, long totalTime, in dumpStats()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java2543 SsData.ServiceType serviceType = GsmMmiCode.cfReasonToServiceType(commandInterfaceCFReason); in getCallForwardingOption() local
2602 SsData.ServiceType serviceType = GsmMmiCode.cfReasonToServiceType(commandInterfaceCFReason); in setCallForwardingOption() local
2664 SsData.ServiceType serviceType = GsmMmiCode.cbFacilityToServiceType(facility); in getCallBarring() local
2691 SsData.ServiceType serviceType = GsmMmiCode.cbFacilityToServiceType(facility); in setCallBarring() local
2723 SsData.ServiceType serviceType = GsmMmiCode.cbFacilityToServiceType(facility); in changeCallBarringPassword() local
5388 SsData.ServiceType serviceType) { in isRequestBlockedByFDN()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java1587 int serviceType, long sleepMs, String perm, int op, in runTestLongFGSExemptionOnce()
1598 int serviceType, long sleepMs, boolean stopAfterSleep, in runExemptionTestOnce()
2351 int serviceType, long sleepMs, boolean stopAfterSleep, boolean withNotification, in runTestBgCurrentDrainExemptionOnce()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java100 public PowerSaveState getPowerSaveState(int serviceType) { in getPowerSaveState()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl167 void notePhoneDataConnectionState(int dataType, boolean hasData, int serviceType, int nrState, in notePhoneDataConnectionState()

12