Home
last modified time | relevance | path

Searched refs:IGNORE_INSTALL_REASON (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppCounterTest.java133 count(InstalledAppCounter.IGNORE_INSTALL_REASON, async); in testCountInstalledAppsAcrossAllUsers()
153 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
155 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
157 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
159 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
161 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
163 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java31 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
49 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
DRecentAppsPreferenceController.java145 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in updateState() argument
DManageApplications.java1500 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() argument