Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java207 updateStateAndNotification(STATE_IN_PROGRESS); in updateFileProgress()
245 updateStateAndNotification(mSuccessCount > 0 ? STATE_SUCCESS : STATE_FAILED); in finishTransfer()
249 updateStateAndNotification(STATE_W4_NEXT_TRANSFER); in finishTransfer()
278 updateStateAndNotification(STATE_CANCELLING); in cancel()
287 updateStateAndNotification(STATE_CANCELLED); in sendBluetoothCancelIntentAndUpdateState()
355 void updateStateAndNotification(int newState) { in updateStateAndNotification() method in BeamTransferManager
383 updateStateAndNotification(STATE_FAILED); in processFiles()
391 updateStateAndNotification(STATE_FAILED); in processFiles()
426 updateStateAndNotification(STATE_W4_MEDIA_SCANNER); in processFiles()
429 updateStateAndNotification(STATE_SUCCESS); in processFiles()
[all …]