Searched refs:associate (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/companion/
H A DICompanionDeviceManager.aidl30 void associate(in AssociationRequest request,
H A DCompanionDeviceManager.java45 * Context#COMPANION_DEVICE_SERVICE}) Then, call {@link #associate(AssociationRequest,
136 public void associate( method in class:CompanionDeviceManager
146 mService.associate(
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java153 public void associate(InetAddress address, int port) { method in class:RtpStream
/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp54 static sp<ILight> associate() { function in class:android::LightHal
170 sp<ILight> hal = LightHal::associate();
/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java93 //TODO on associate called again after configuration change -> replace old callback with new
209 public void associate( method in class:CompanionDeviceManagerService.CompanionDeviceManagerImpl
214 Slog.i(LOG_TAG, "associate(request = " + request + ", callback = " + callback
623 + "associate USER_ID PACKAGE MAC_ADDRESS\n"
638 case "associate": {
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java1040 stream.associate(InetAddress.getByName(address),

Completed in 226 milliseconds