Home
last modified time | relevance | path

Searched refs:startRemovingApp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsUiControllerImplTest.kt474 underTest.startRemovingApp(componentName, "Test App") in testRemovingAppsRemovesFavorite()
495 underTest.startRemovingApp(componentName, "Test App") in testKeyguardRemovingAppsNotShowingDialog()
514 underTest.startRemovingApp(componentName, "Test App") in testCancelRemovingAppsDoesntRemoveFavorite()
529 underTest.startRemovingApp(componentName, "Test App") in testHideCancelsTheRemoveAppDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt330 internal fun startRemovingApp(componentName: ComponentName, appName: CharSequence) { in <lambda>() method
565 REMOVE_APP_ID -> startRemovingApp( in <lambda>()