Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1002 getCallingUser()); in testUpdateShortcuts()
1004 getCallingUser()); in testUpdateShortcuts()
1221 /* activity =*/ null, ShortcutQuery.FLAG_GET_DYNAMIC), getCallingUser())), in testGetShortcuts()
1228 ShortcutQuery.FLAG_GET_PINNED), getCallingUser()) in testGetShortcuts()
1237 getCallingUser())), in testGetShortcuts()
1246 getCallingUser())), in testGetShortcuts()
1255 getCallingUser())), in testGetShortcuts()
1264 getCallingUser())), in testGetShortcuts()
1271 getCallingUser())), in testGetShortcuts()
1278 getCallingUser())) in testGetShortcuts()
[all …]
DBaseShortcutManagerTest.java1252 protected UserHandle getCallingUser() { in getCallingUser() method in BaseShortcutManagerTest