Searched refs:ACTION_PROGRESS (Results 1 – 4 of 4) sorted by relevance
33 import com.android.documentsui.services.FileOperationService.ACTION_PROGRESS54 var intent = Intent(ACTION_PROGRESS).apply { in sendProgress()
29 import com.android.documentsui.services.FileOperationService.ACTION_PROGRESS65 var intent = Intent(ACTION_PROGRESS).apply { in sendProgress()
71 public static final String ACTION_PROGRESS = "com.android.documentsui.action.PROGRESS"; field in FileOperationService609 intent.setAction(ACTION_PROGRESS); in sendProgress()
61 val filter = IntentFilter(FileOperationService.ACTION_PROGRESS) in <lambda>()