Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest12.java52 if (mService.isAppSearchEnabled()) { in tearDown()
75 if (!mService.isAppSearchEnabled()) { in testSetDynamicShortcuts_PersistsShortcutsToDisk()
102 if (!mService.isAppSearchEnabled()) { in testAddDynamicShortcuts_PersistsShortcutsToDisk()
126 if (!mService.isAppSearchEnabled()) { in testPushDynamicShortcuts_PersistsShortcutsToDisk()
168 if (!mService.isAppSearchEnabled()) { in testRemoveDynamicShortcuts_RemovesShortcutsFromDisk()
194 if (!mService.isAppSearchEnabled()) { in testRemoveLongLivedShortcuts_RemovesShortcutsFromDisk()
218 if (!mService.isAppSearchEnabled()) { in testDisableShortcuts_RemovesShortcutsFromDisk()
243 if (!mService.isAppSearchEnabled()) { in testUpdateShortcuts_UpdateShortcutsOnDisk()
266 if (!mService.isAppSearchEnabled()) { in testShortcutsExcludedFromLauncher_PersistedToDisk()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java231 private boolean isAppSearchEnabled() { in isAppSearchEnabled() method in ShortcutPackage
232 return mShortcutUser.mService.isAppSearchEnabled(); in isAppSearchEnabled()
411 if (isAppSearchEnabled()) { in addOrReplaceDynamicShortcut()
484 if (isAppSearchEnabled()) { in pushDynamicShortcut()
492 if (isAppSearchEnabled()) { in pushDynamicShortcut()
1820 if (!isAppSearchEnabled()) { in hasNoShortcut()
2533 if (!isAppSearchEnabled()) { in removeAllShortcutsAsync()
2547 if (!isAppSearchEnabled()) { in getShortcutByIdsAsync()
2580 if (!isAppSearchEnabled()) { in removeShortcutAsync()
2622 if (!isAppSearchEnabled() || shortcuts.isEmpty()) { in saveShortcutsAsync()
[all …]
DShortcutService.java562 boolean isAppSearchEnabled() { in isAppSearchEnabled() method in ShortcutService
/frameworks/base/services/
Dart-wear-profile19554 PLcom/android/server/pm/ShortcutPackage;->isAppSearchEnabled()Z
19720 PLcom/android/server/pm/ShortcutService;->isAppSearchEnabled()Z