Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/development/qstile/
H A DDevelopmentTilePreferenceController.java61 final Intent intent = new Intent(TileService.ACTION_QS_TILE) in displayPreference()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/qstile/
H A DDevelopmentTilePreferenceControllerTest.java89 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE) in display_hasTileService_shouldDisplay()
/aosp12/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java109 public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE"; field in TileService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java279 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java228 new Intent(TileService.ACTION_QS_TILE), 0, mUserTracker.getUserId()); in addPackageTiles()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38970 … field public static final String ACTION_QS_TILE = "android.service.quicksettings.action.QS_TILE";