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.java61 int mStartId; field in PeripheralHandoverService
97 mStartId = 0; in PeripheralHandoverService()
104 if (mStartId != 0) { in onStartCommand()
105 mStartId = startId; in onStartCommand()
109 mStartId = startId; in onStartCommand()
226 stopSelf(mStartId); in onBluetoothPeripheralHandoverComplete()
227 mStartId = 0; in onBluetoothPeripheralHandoverComplete()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java180 private int mStartId = -1; field in BluetoothPbapService
219 mStartId = startId; in onStartCommand()
475 if (mStartId != -1 && stopSelfResult(mStartId)) { in closeService()
477 mStartId = -1; in closeService()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamReceiveService.java31 private int mStartId; field in BeamReceiveService
56 mStartId = startId; in onStartCommand()
155 stopSelf(mStartId); in onTransferComplete()
DBeamSendService.java45 private int mStartId; field in BeamSendService
83 mStartId = startId; in onStartCommand()
187 stopSelf(mStartId); in onTransferComplete()