Searched refs:onConnected (Results 1 - 15 of 15) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
H A DICarConnectionListener.aidl24 void onConnected() = 0;
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCarConnectionListener.java30 void onConnected(@Car.ConnectionType int connectionType); method in interface:CarConnectionListener
H A DCarServiceLoaderEmbedded.java150 listener.onConnected(msg.arg1);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DAccountServiceProxy.java36 public void onConnected(IBinder binder) { method in class:AccountServiceProxy
H A DServiceProxy.java40 * Subclasses must override {@link #onConnected} to store the binder. Then, when the subclass wants
88 public abstract void onConnected(IBinder binder); method in class:ServiceProxy
108 onConnected(binder);
H A DPolicyServiceProxy.java39 public void onConnected(IBinder binder) { method in class:PolicyServiceProxy
H A DEmailServiceProxy.java96 public void onConnected(IBinder binder) { method in class:EmailServiceProxy
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DCarConnectionListenerTest.java56 public void onConnected(int connectionType) { method in class:CarConnectionListenerTest.CarConnectionListerImpl
57 Log.i(TAG, "onConnected " + connectionType);
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
H A DCarConnectionListenerInMockingTest.java107 public void onConnected(int connectionType) { method in class:CarConnectionListenerInMockingTest.CarConnectionListerImpl
108 Log.i(TAG, "onConnected " + connectionType);
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DProcessPendingMessagesAction.java117 onConnected();
124 onConnected();
128 private void onConnected() {
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
H A DBluetoothMapManager.java122 public abstract void onConnected(); method in class:BluetoothMapManager.ConnectionCallbacks
129 * when the Manager does connect back it will call onConnected() (see above).
565 mCallbacks.onConnected();
/packages/experimental/PrintService2/src/foo/bar/printservice2/
H A DMyPrintService.java39 protected void onConnected() { method in class:MyPrintService
41 Log.i(LOG_TAG, "#onConnected()");
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java147 onConnected(service);
229 protected void onConnected(IBinder service) { method in class:InCallController.InCallServiceBindingConnection
231 InCallController.this.onConnected(mInCallServiceInfo, service);
1078 private boolean onConnected(InCallServiceInfo info, IBinder service) { method in class:InCallController
1079 Trace.beginSection("onConnected: " + info.getComponentName());
1080 Log.i(this, "onConnected to %s", info.getComponentName());
1100 Log.i(this, "Adding %s calls to InCallService after onConnected: %s, including external " +
/packages/experimental/PrintService/src/foo/bar/printservice/
H A DMyPrintService.java92 protected void onConnected() { method in class:MyPrintService
93 Log.i(LOG_TAG, "#onConnected()");
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java702 void onConnected(int clientIf, int connId, int status, String address) method in class:GattService
704 if (DBG) Log.d(TAG, "onConnected() - clientIf=" + clientIf
1733 if (DBG) Log.d(TAG, "onConnected() connId=" + connId

Completed in 1048 milliseconds