Searched refs:IGNORE_INSTALL_REASON (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | InstalledAppCounterTest.java | 133 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/ |
D | InstalledAppCounter.java | 31 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter 49 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
|
D | RecentAppsPreferenceController.java | 145 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in updateState() argument
|
D | ManageApplications.java | 1500 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() argument
|