Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java85 new Intent(TileService.ACTION_QS_TILE).setComponent(component), in TileServiceManager()
303 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DInstalledTilesComponentRepository.kt117 private val INTENT = Intent(TileService.ACTION_QS_TILE) in getInstalledTilesComponents()
/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
DStatusBarManagerServiceTest.java355 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_noComponentFound()
375 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_notEnabled()
397 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_noPermission()
421 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_notExported()
445 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_pass()
1133 new Intent(TileService.ACTION_QS_TILE).setComponent(componentName)); in mockComponentInfo()
/frameworks/base/core/java/android/service/quicksettings/
DTileService.java117 public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE"; field in TileService
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/
DInstalledTilesComponentRepositoryImplTest.kt276 private val INTENT = Intent(TileService.ACTION_QS_TILE) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java208 new Intent(TileService.ACTION_QS_TILE), 0, mUserTracker.getUserId()); in addPackageTiles()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1991 Intent intent = new Intent(TileService.ACTION_QS_TILE); in isComponentValidTileService()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41529 … field public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE";