Searched refs:ACTION_QS_TILE (Results 1 – 9 of 9) sorted by relevance
340 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()
83 new Intent(TileService.ACTION_QS_TILE).setComponent(component), in TileServiceManager()286 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
115 private val INTENT = Intent(TileService.ACTION_QS_TILE)
117 public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE"; field in TileService
290 private val INTENT = Intent(TileService.ACTION_QS_TILE)
215 new Intent(TileService.ACTION_QS_TILE), 0, mUserTracker.getUserId()); in addPackageTiles()
1929 Intent intent = new Intent(TileService.ACTION_QS_TILE); in isComponentValidTileService()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
41241 … field public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE";