Home
last modified time | relevance | path

Searched refs:mStartId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java59 int mStartId; field in PeripheralHandoverService
95 mStartId = 0; in PeripheralHandoverService()
100 if (mStartId != 0) { in onStartCommand()
105 mStartId = startId; in onStartCommand()
219 stopSelf(mStartId); in onBluetoothPeripheralHandoverComplete()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java178 private int mStartId = -1; field in BluetoothPbapService
217 mStartId = startId; in onStartCommand()
472 if (mStartId != -1 && stopSelfResult(mStartId)) { in closeService()
474 mStartId = -1; in closeService()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamReceiveService.java35 private int mStartId; field in BeamReceiveService
62 mStartId = startId; in onStartCommand()
168 stopSelf(mStartId); in onTransferComplete()
DBeamSendService.java49 private int mStartId; field in BeamSendService
95 mStartId = startId; in onStartCommand()
199 stopSelf(mStartId); in onTransferComplete()