/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
D | IWifiRttManager.aidl | 31 void startRanging(in IBinder binder, in String callingPackage, in String callingFeatureId, in startRanging()
|
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | IWifiAwareManager.aidl | 59 void connect(in IBinder binder, in String callingPackage, in String callingFeatureId, in connect() 66 void publish(in String callingPackage, in String callingFeatureId, int clientId, in publish() 69 void subscribe(in String callingPackage, in String callingFeatureId, int clientId, in subscribe()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareServiceImplTest.java | 272 String callingFeatureId = "com.google.someFeature"; in testConnectWithConfig() local 310 String callingFeatureId = "com.google.someFeature"; in testConnectWithManageNetworkSelectionPermission() local 1021 String callingFeatureId = "com.google.someFeature"; in attachOffload() local 1036 String callingFeatureId = "com.google.someFeature"; in attachOffloadWithoutPermission() local 1099 String callingFeatureId = "com.google.someFeature"; in doConnect() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 2926 public boolean isRadioOnWithFeature(String callingPackage, String callingFeatureId) { in isRadioOnWithFeature() 2939 String callingFeatureId) { in isRadioOnForSubscriberWithFeature() 3187 public List getRadioPowerOffReasons(int subId, String callingPackage, String callingFeatureId) { in getRadioPowerOffReasons() 3416 public CellIdentity getCellLocation(String callingPackage, String callingFeatureId) { in getCellLocation() 3511 String callingFeatureId) { in getNeighboringCellInfo() 3560 public List<CellInfo> getAllCellInfo(String callingPackage, String callingFeatureId) { in getAllCellInfo() 3608 String callingFeatureId) { in requestCellInfoUpdate() 3615 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateWithWorkSource() 3621 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateInternal() 3686 public String getImeiForSlot(int slotIndex, String callingPackage, String callingFeatureId) { in getImeiForSlot() [all …]
|
D | ImsRcsController.java | 336 public void requestCapabilities(int subId, String callingPackage, String callingFeatureId, in requestCapabilities() 362 String callingFeatureId, Uri contactNumber, IRcsUceControllerCallback c) { in requestAvailability() 597 public boolean isUceSettingEnabled(int subId, String callingPackage, String callingFeatureId) { in isUceSettingEnabled()
|
D | CarrierConfigLoader.java | 1370 @NonNull String callingPackage, @Nullable String callingFeatureId) { in getConfigForSubIdWithFeature() 1419 @NonNull String callingPackage, @Nullable String callingFeatureId, in getConfigSubsetForSubIdWithFeature()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareServiceImpl.java | 311 public void connect(final IBinder binder, String callingPackage, String callingFeatureId, in connect() 501 public void publish(String callingPackage, String callingFeatureId, int clientId, in publish() 565 public void subscribe(String callingPackage, String callingFeatureId, int clientId, in subscribe() 839 private void enforceNearbyOrLocationPermission(String callingPackage, String callingFeatureId, in enforceNearbyOrLocationPermission()
|
D | WifiAwareClientState.java | 78 String callingPackage, @Nullable String callingFeatureId, in WifiAwareClientState()
|
D | WifiAwareStateManager.java | 1171 @Nullable String callingFeatureId, IWifiAwareEventCallback callback, in connect() 2892 String callingFeatureId = msg.getData().getString( in processCommand() local 3789 String callingPackage, @Nullable String callingFeatureId, in connectLocal() 4435 String callingFeatureId = data.getString(MESSAGE_BUNDLE_KEY_CALLING_FEATURE_ID); in onConfigCompletedLocal() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/ |
D | RttServiceImpl.java | 594 public void startRanging(IBinder binder, String callingPackage, String callingFeatureId, in startRanging() 903 IBinder.DeathRecipient dr, String callingPackage, String callingFeatureId, in queueRangingRequest() 1490 public String callingFeatureId; field in RttServiceImpl.RttRequestInfo
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | TelecomServiceImpl.java | 3509 private boolean canReadPhoneState(String callingPackage, String callingFeatureId, in canReadPhoneState() 3541 private boolean canReadPhoneNumbers(String callingPackage, String callingFeatureId, in canReadPhoneNumbers()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IWifiManager.aidl | 161 ParceledListSlice getScanResults(String callingPackage, String callingFeatureId); in getScanResults() 174 WifiInfo getConnectionInfo(String callingPackage, String callingFeatureId); in getConnectionInfo() 419 String callingFeatureId); in getMatchingScanResults()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 4974 @Nullable String callingFeatureId) { in getConnectionInfo() 5058 String callingFeatureId) { in getScanResults() 5142 String callingPackage, String callingFeatureId) { in getMatchingScanResults()
|