Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
H A DStatusBarManagerServiceTest.java340 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_noComponentFound()
360 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_notEnabled()
382 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_noPermission()
406 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_notExported()
430 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_pass()
747 new Intent(TileService.ACTION_QS_TILE).setComponent(componentName)); in mockComponentInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java83 new Intent(TileService.ACTION_QS_TILE).setComponent(component), in TileServiceManager()
286 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepository.kt115 private val INTENT = Intent(TileService.ACTION_QS_TILE)
/aosp14/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java117 public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE"; field in TileService
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepositoryImplTest.kt290 private val INTENT = Intent(TileService.ACTION_QS_TILE)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java215 new Intent(TileService.ACTION_QS_TILE), 0, mUserTracker.getUserId()); in addPackageTiles()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1929 Intent intent = new Intent(TileService.ACTION_QS_TILE); in isComponentValidTileService()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41241 … field public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE";