Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DJobPanelUiTest.kt33 import com.android.documentsui.services.FileOperationService.ACTION_PROGRESS
54 var intent = Intent(ACTION_PROGRESS).apply { in sendProgress()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DJobPanelControllerTest.kt29 import com.android.documentsui.services.FileOperationService.ACTION_PROGRESS
65 var intent = Intent(ACTION_PROGRESS).apply { in sendProgress()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java71 public static final String ACTION_PROGRESS = "com.android.documentsui.action.PROGRESS"; field in FileOperationService
609 intent.setAction(ACTION_PROGRESS); in sendProgress()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DJobPanelController.kt61 val filter = IntentFilter(FileOperationService.ACTION_PROGRESS) in <lambda>()