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.java1268 getCallingUser()); in testUpdateShortcuts()
1270 getCallingUser()); in testUpdateShortcuts()
1769 /* activity =*/ null, ShortcutQuery.FLAG_GET_DYNAMIC), getCallingUser())), in testGetShortcuts()
1776 ShortcutQuery.FLAG_GET_PINNED), getCallingUser()) in testGetShortcuts()
1785 getCallingUser())), in testGetShortcuts()
1794 getCallingUser())), in testGetShortcuts()
1803 getCallingUser())), in testGetShortcuts()
1812 getCallingUser())), in testGetShortcuts()
1819 getCallingUser())), in testGetShortcuts()
1826 getCallingUser())) in testGetShortcuts()
[all …]
DBaseShortcutManagerTest.java1671 protected UserHandle getCallingUser() { in getCallingUser() method in BaseShortcutManagerTest