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.java1053 getCallingUser()); in testUpdateShortcuts()
1055 getCallingUser()); in testUpdateShortcuts()
1272 /* activity =*/ null, ShortcutQuery.FLAG_GET_DYNAMIC), getCallingUser())), in testGetShortcuts()
1279 ShortcutQuery.FLAG_GET_PINNED), getCallingUser()) in testGetShortcuts()
1288 getCallingUser())), in testGetShortcuts()
1297 getCallingUser())), in testGetShortcuts()
1306 getCallingUser())), in testGetShortcuts()
1315 getCallingUser())), in testGetShortcuts()
1322 getCallingUser())), in testGetShortcuts()
1329 getCallingUser())) in testGetShortcuts()
[all …]
DBaseShortcutManagerTest.java1315 protected UserHandle getCallingUser() { in getCallingUser() method in BaseShortcutManagerTest