Searched refs:connectionResult (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Media/apex/framework/java/android/media/ |
D | Controller2Link.java | 89 public void notifyConnected(int seq, Bundle connectionResult) { in notifyConnected() argument 91 mIController.notifyConnected(seq, connectionResult); in notifyConnected() 135 public void onConnected(int seq, Bundle connectionResult) { in onConnected() argument 136 if (connectionResult == null) { in onConnected() 140 mController.onConnected(seq, connectionResult); in onConnected() 166 public void notifyConnected(int seq, Bundle connectionResult) { in notifyConnected() argument 169 Controller2Link.this.onConnected(seq, connectionResult); in notifyConnected()
|
D | MediaSession2.java | 401 Bundle connectionResult = new Bundle(); in onConnect() local 402 connectionResult.putParcelable(KEY_SESSION2LINK, mSessionStub); in onConnect() 403 connectionResult.putParcelable(KEY_ALLOWED_COMMANDS, in onConnect() 405 connectionResult.putBoolean(KEY_PLAYBACK_ACTIVE, isPlaybackActive()); in onConnect() 406 connectionResult.putBundle(KEY_TOKEN_EXTRAS, mSessionToken.getExtras()); in onConnect() 413 controllerInfo.notifyConnected(connectionResult); in onConnect() 757 void notifyConnected(Bundle connectionResult) { in notifyConnected() argument 761 mControllerBinder.notifyConnected(getNextSeqNumber(), connectionResult); in notifyConnected() local
|
D | MediaController2.java | 260 void onConnected(int seq, Bundle connectionResult) { in onConnected() argument 261 Session2Link sessionBinder = connectionResult.getParcelable(KEY_SESSION2LINK); in onConnected() 263 connectionResult.getParcelable(KEY_ALLOWED_COMMANDS); in onConnected() 264 boolean playbackActive = connectionResult.getBoolean(KEY_PLAYBACK_ACTIVE); in onConnected() 266 Bundle tokenExtras = connectionResult.getBundle(KEY_TOKEN_EXTRAS); in onConnected()
|
/packages/modules/Media/apex/aidl/private/android/media/ |
D | IMediaController2.aidl | 32 void notifyConnected(int seq, in Bundle connectionResult) = 0; in notifyConnected() argument
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 1237 sb.append(mConnectionEvent.connectionResult); in toString() 2238 currentConnectionEvent.mConnectionEvent.connectionResult = in endConnectionEvent()
|