Home
last modified time | relevance | path

Searched defs:callingFeatureId (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1991 public boolean isRadioOnWithFeature(String callingPackage, String callingFeatureId) { in isRadioOnWithFeature()
2004 String callingFeatureId) { in isRadioOnForSubscriberWithFeature()
2293 public CellIdentity getCellLocation(String callingPackage, String callingFeatureId) { in getCellLocation()
2400 String callingFeatureId) { in getNeighboringCellInfo()
2438 public List<CellInfo> getAllCellInfo(String callingPackage, String callingFeatureId) { in getAllCellInfo()
2483 String callingFeatureId) { in requestCellInfoUpdate()
2490 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateWithWorkSource()
2496 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateInternal()
2543 public String getImeiForSlot(int slotIndex, String callingPackage, String callingFeatureId) { in getImeiForSlot()
2574 public String getMeidForSlot(int slotIndex, String callingPackage, String callingFeatureId) { in getMeidForSlot()
[all …]
DImsRcsController.java284 public void requestCapabilities(int subId, String callingPackage, String callingFeatureId, in requestCapabilities()
323 public boolean isUceSettingEnabled(int subId, String callingPackage, String callingFeatureId) { in isUceSettingEnabled()
DCarrierConfigLoader.java966 String callingFeatureId) { in getConfigForSubIdWithFeature()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java393 String callingPackage, @Nullable String callingFeatureId, UserHandle userHandle) { in checkCallerHasCoarseLocation()
419 String callingPackage, @Nullable String callingFeatureId, UserHandle userHandle) { in checkCallerHasCoarseOrFineLocation()
452 String callingPackage, @Nullable String callingFeatureId, UserHandle userHandle) { in checkCallerHasFineLocation()
499 @NonNull String callingFeatureId) { in isAppOppAllowed()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java470 List storages, String callingPackage, String callingFeatureId) { in startScan()
481 List<ScanFilter> filters, String callingPackage, String callingFeatureId) in startScanForIntent()
1941 @Nullable String callingFeatureId) { in startScan()
1982 List<ScanFilter> filters, String callingPackage, @Nullable String callingFeatureId) { in registerPiAndStartScan()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1303 public boolean startDiscovery(String callingPackage, String callingFeatureId) { in startDiscovery()
2205 boolean startDiscovery(String callingPackage, @Nullable String callingFeatureId) { in startDiscovery()