/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsSsData.java | 386 out.writeInt(getServiceType()); in writeToParcel() 406 return (getServiceType() == SS_CFU || getServiceType() == SS_CF_BUSY in isTypeCF() 407 || getServiceType() == SS_CF_NO_REPLY || getServiceType() == SS_CF_NOT_REACHABLE in isTypeCF() 408 || getServiceType() == SS_CF_ALL || getServiceType() == SS_CF_ALL_CONDITIONAL); in isTypeCF() 416 return (getServiceType() == SS_CFU || getServiceType() == SS_CF_ALL); in isTypeUnConditional() 424 return (getServiceType() == SS_WAIT); in isTypeCW() 432 return (getServiceType() == SS_CLIP); in isTypeClip() 436 return (getServiceType() == SS_COLR); in isTypeColr() 453 return (getServiceType() == SS_BAOC || getServiceType() == SS_BAOIC in isTypeBarring() 454 || getServiceType() == SS_BAOIC_EXC_HOME || getServiceType() == SS_BAIC in isTypeBarring() [all …]
|
H A D | ImsCallProfile.java | 877 public int getServiceType() { in getServiceType() method in ImsCallProfile
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | PowerManagerInternal.java | 163 public int getServiceType() { in registerLowPowerModeObserver() 175 int getServiceType(); in getServiceType() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/ambientcontext/ |
H A D | AmbientContextManagerService.java | 242 if (getServiceType(serviceName) in newServiceListLocked() 413 private AmbientContextManagerPerUserService.ServiceType getServiceType(String serviceName) { in getServiceType() method in AmbientContextManagerService 456 if (service.getServiceType() == serviceType) { in getServiceForType() 688 if (service.getServiceType() == ServiceType.DEFAULT && !mIsServiceEnabled) { in checkStatusCode() 692 if (service.getServiceType() == ServiceType.WEARABLE && !mIsWearableServiceEnabled) { in checkStatusCode()
|
H A D | DefaultAmbientContextManagerPerUserService.java | 89 public ServiceType getServiceType() { in getServiceType() method in DefaultAmbientContextManagerPerUserService
|
H A D | WearableAmbientContextManagerPerUserService.java | 89 public ServiceType getServiceType() { in getServiceType() method in WearableAmbientContextManagerPerUserService
|
H A D | AmbientContextManagerPerUserService.java | 98 abstract ServiceType getServiceType(); in getServiceType() method in AmbientContextManagerPerUserService 461 switch (getServiceType()) { in setUpServiceIfNeeded()
|
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
H A D | MDNSUtils.java | 125 String curType = serviceInfo.getServiceType().toLowerCase(); in isSupportedServiceType()
|
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/ |
H A D | CloudPrintPlugin.java | 93 Log.i(LOG_TAG, "type: " + nsdServiceInfo.getServiceType()); in CloudPrintPlugin()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySaverController.java | 489 mBatterySaverPolicy.getBatterySaverPolicy(listener.getServiceType()); in handleBatterySaverStateChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibrationSettings.java | 249 public int getServiceType() { in onSystemReady()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 646 public int getServiceType() { in getServiceType() method in BatteryStatsService
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 946 public int getServiceType() { in initService() 993 public int getServiceType() { in initService()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerService.java | 1215 public int getServiceType() { in WindowManagerService()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 15799 method public int getServiceType(); 16066 method public int getServiceType();
|
/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 ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 38215 Landroid/os/PowerManagerInternal$LowPowerModeListener;->getServiceType()I
|