Home
last modified time | relevance | path

Searched refs:tileProbe (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/qstile/
DDevelopmentTilePreferenceControllerTest.java93 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE) in display_hasTileService_shouldDisplay() local
96 mShadowPackageManager.setResolveInfosForIntent(tileProbe, Arrays.asList(info)); in display_hasTileService_shouldDisplay()
107 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE) in display_flagDefinedAndOn_shouldDisplay() local
111 mShadowPackageManager.setResolveInfosForIntent(tileProbe, Arrays.asList(info)); in display_flagDefinedAndOn_shouldDisplay()
122 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE) in display_flagDefinedAndOff_shouldHide() local
126 mShadowPackageManager.setResolveInfosForIntent(tileProbe, Arrays.asList(info)); in display_flagDefinedAndOff_shouldHide()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DLaunchAccessibilityActivityPreferenceFragmentTest.java153 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE); in setupTileService() local
158 shadowPackageManager.addResolveInfoForIntent(tileProbe, info); in setupTileService()
DToggleAccessibilityServicePreferenceFragmentTest.java541 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE); in setupTileService() local
546 shadowPackageManager.addResolveInfoForIntent(tileProbe, info); in setupTileService()