/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSsData.java | 388 out.writeInt(getServiceType()); in writeToParcel() 408 return (getServiceType() == SS_CFU || getServiceType() == SS_CF_BUSY in isTypeCF() 409 || getServiceType() == SS_CF_NO_REPLY || getServiceType() == SS_CF_NOT_REACHABLE in isTypeCF() 410 || getServiceType() == SS_CF_ALL || getServiceType() == SS_CF_ALL_CONDITIONAL); in isTypeCF() 418 return (getServiceType() == SS_CFU || getServiceType() == SS_CF_ALL); in isTypeUnConditional() 426 return (getServiceType() == SS_WAIT); in isTypeCW() 434 return (getServiceType() == SS_CLIP); in isTypeClip() 438 return (getServiceType() == SS_COLR); in isTypeColr() 442 return (getServiceType() == SS_COLP); in isTypeColp() 446 return (getServiceType() == SS_CLIR); in isTypeClir() [all …]
|
D | ImsCallProfile.java | 714 public int getServiceType() { in getServiceType() method in ImsCallProfile
|
/frameworks/base/core/java/android/os/ |
D | PowerManagerInternal.java | 162 public int getServiceType() { in registerLowPowerModeObserver() 174 int getServiceType(); in getServiceType() method
|
/frameworks/base/tests/net/java/android/net/nsd/ |
D | NsdServiceInfoTest.java | 168 assertEquals(original.getServiceType(), result.getServiceType()); in checkParcelable()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHidDeviceAppQosSettings.java | 72 public int getServiceType() { in getServiceType() method in BluetoothHidDeviceAppQosSettings
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | MDNSUtils.java | 125 String curType = serviceInfo.getServiceType().toLowerCase(); in isSupportedServiceType()
|
/frameworks/base/core/java/android/net/nsd/ |
D | NsdManager.java | 474 return s.getServiceType(); in getNsdServiceInfoType() 654 checkStringNotEmpty(serviceInfo.getServiceType(), "Service type cannot be empty"); in checkServiceInfo()
|
D | NsdServiceInfo.java | 72 public String getServiceType() { in getServiceType() method in NsdServiceInfo
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/ |
D | CloudPrintPlugin.java | 96 Log.i(LOG_TAG, "type: " + nsdServiceInfo.getServiceType()); in CloudPrintPlugin()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 278 if (discoverServices(id, servInfo.getServiceType())) { in processMessage() 281 servInfo.getServiceType()); in processMessage() 717 String type = service.getServiceType(); in registerService() 745 String type = service.getServiceType(); in resolveService()
|
D | VibratorService.java | 462 public int getServiceType() { in systemReady()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pServiceResponse.java | 133 public int getServiceType() { in getServiceType() method in WifiP2pServiceResponse
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverController.java | 526 mBatterySaverPolicy.getBatterySaverPolicy(listener.getServiceType()); in handleBatterySaverStateChanged()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 1077 mServRspListener.onServiceAvailable(resp.getServiceType(), in handleServiceResponse()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 282 public int getServiceType() { in getServiceType() method in BatteryStatsService
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneMmiCode.java | 1818 mSc = getScStringFromScType(ssData.getServiceType()); in parseSsData()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 752 public int getServiceType() { in initService() 790 public int getServiceType() { in initService()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1275 method public int getServiceType(); 1483 method public int getServiceType();
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 1209 public int getServiceType() { in WindowManagerService()
|
/frameworks/base/api/ |
D | test-current.txt | 4186 method public int getServiceType(); 4391 method public int getServiceType();
|
D | system-current.txt | 11778 method public int getServiceType(); 11986 method public int getServiceType();
|
D | current.txt | 9029 method public int getServiceType(); 30819 method public String getServiceType();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10660 method public int getServiceType(); 10868 method public int getServiceType();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 3788 PLcom/android/server/VibratorService$2;->getServiceType()I 6810 PLcom/android/server/am/BatteryStatsService;->getServiceType()I 20259 PLcom/android/server/net/NetworkPolicyManagerService$1;->getServiceType()I 20262 PLcom/android/server/net/NetworkPolicyManagerService$2;->getServiceType()I 39156 PLcom/android/server/wm/WindowManagerService$6;->getServiceType()I
|