Searched refs:SessionHandler (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsService.java52 private static class SessionHandler extends Handler { class in class:BluetoothMnsService
56 SessionHandler(BluetoothMnsService service) { method in class:BluetoothMnsService.SessionHandler
147 mSessionHandler = new SessionHandler(this);
H A DBluetoothMasClient.java303 private SessionHandler mSessionHandler = null;
309 private static class SessionHandler extends Handler { class in class:BluetoothMasClient
313 public SessionHandler(BluetoothMasClient client) { method in class:BluetoothMasClient.SessionHandler
616 mSessionHandler = new SessionHandler(this);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java379 private SessionHandler mSessionHandler;
381 private static class SessionHandler extends Handler { class in class:BluetoothPbapClient
385 SessionHandler(BluetoothPbapClient client) { method in class:BluetoothPbapClient.SessionHandler
517 mSessionHandler = new SessionHandler(this);
/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java66 mHandler = new SessionHandler(context.getMainLooper());
265 private final class SessionHandler extends Handler { class in class:PrinterDiscoverySession
267 public SessionHandler(Looper looper) { method in class:PrinterDiscoverySession.SessionHandler
/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java974 mHandler = new SessionHandler(context.getMainLooper());
978 mHandler.obtainMessage(SessionHandler
993 mHandler.obtainMessage(SessionHandler.MSG_PRINTERS_ADDED,
1036 mHandler.obtainMessage(SessionHandler
1056 mHandler.obtainMessage(SessionHandler
1090 mHandler.obtainMessage(SessionHandler
1122 mHandler.obtainMessage(SessionHandler
1149 mHandler.obtainMessage(SessionHandler
1179 mHandler.obtainMessage(SessionHandler
1205 mHandler.obtainMessage(SessionHandler
1437 private final class SessionHandler extends Handler { class in class:UserState.PrinterDiscoverySessionMediator
1456 SessionHandler(Looper looper) { method in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
[all...]

Completed in 116 milliseconds