HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowUninstallForAll (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
InstalledAppDetailsTest.java 169 assertThat(mAppDetail.shouldShowUninstallForAll(appEntry)).isTrue();
186 assertThat(mAppDetail.shouldShowUninstallForAll(appEntry)).isFalse();
273 assertThat(mAppDetail.shouldShowUninstallForAll(appEntry)).isFalse();
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 522 menu.findItem(UNINSTALL_ALL_USERS_MENU).setVisible(shouldShowUninstallForAll(mAppEntry));
625 boolean shouldShowUninstallForAll(ApplicationsState.AppEntry appEntry) {
    [all...]

Completed in 79 milliseconds