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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java38 * Subclasses must override {@link #onConnected} to store the binder. Then, when the subclass wants
87 public abstract void onConnected(IBinder binder); method in class:ServiceProxy
107 onConnected(binder);
H A DAccountServiceProxy.java36 public void onConnected(IBinder binder) { method in class:AccountServiceProxy
H A DPolicyServiceProxy.java39 public void onConnected(IBinder binder) { method in class:PolicyServiceProxy
H A DEmailServiceProxy.java98 public void onConnected(IBinder binder) { method in class:EmailServiceProxy
/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/experimental/PrintService/src/foo/bar/printservice/
H A DMyPrintService.java85 protected void onConnected() { method in class:MyPrintService
86 Log.i(LOG_TAG, "#onConnected()");
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java553 void onConnected(int clientIf, int connId, int status, String address) method in class:GattService
555 if (DBG) Log.d(TAG, "onConnected() - clientIf=" + clientIf
1230 if (DBG) Log.d(TAG, "onConnected() connId=" + connId

Completed in 203 milliseconds