Home
last modified time | relevance | path

Searched refs:SessionHandler (Results 1 – 2 of 2) sorted by relevance

/packages/experimental/PrintService/src/foo/bar/printservice/
DMyPrintService.java384 private final Handler mSesionHandler = new SessionHandler(getMainLooper());
432 mSesionHandler.removeMessages(SessionHandler.MSG_ADD_FIRST_BATCH_FAKE_PRINTERS); in onDestroy()
439 SessionHandler.MSG_ADD_FIRST_BATCH_FAKE_PRINTERS, this); in onStartPrinterDiscovery()
502 SessionHandler.MSG_SUPPLY_CUSTOM_PRINTER_ICON, args); in onRequestCustomPrinterIcon()
524 mSesionHandler.removeMessages(SessionHandler.MSG_ADD_FIRST_BATCH_FAKE_PRINTERS); in cancellAddingFakePrinters()
527 final class SessionHandler extends Handler { class in MyPrintService.FakePrinterDiscoverySession
531 public SessionHandler(Looper looper) { in SessionHandler() method in MyPrintService.FakePrinterDiscoverySession.SessionHandler
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java383 private SessionHandler mSessionHandler;
385 private static class SessionHandler extends Handler { class in BluetoothPbapClient
389 SessionHandler(BluetoothPbapClient client) { in SessionHandler() method in BluetoothPbapClient.SessionHandler
527 mSessionHandler = new SessionHandler(this); in BluetoothPbapClient()