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.java218 updateStateAndNotification(STATE_IN_PROGRESS); in updateFileProgress()
256 updateStateAndNotification(mSuccessCount > 0 ? STATE_SUCCESS : STATE_FAILED); in finishTransfer()
260 updateStateAndNotification(STATE_W4_NEXT_TRANSFER); in finishTransfer()
290 updateStateAndNotification(STATE_CANCELLING); in cancel()
300 updateStateAndNotification(STATE_CANCELLED); in sendBluetoothCancelIntentAndUpdateState()
369 void updateStateAndNotification(int newState) { in updateStateAndNotification() method in BeamTransferManager
397 updateStateAndNotification(STATE_FAILED); in processFiles()
405 updateStateAndNotification(STATE_FAILED); in processFiles()
440 updateStateAndNotification(STATE_W4_MEDIA_SCANNER); in processFiles()
443 updateStateAndNotification(STATE_SUCCESS); in processFiles()
[all …]