Searched refs:getClientContext (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest2.java | 149 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 158 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 165 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 174 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 183 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 192 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 203 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 204 .setActivity(new ComponentName(getClientContext(), "s")) in testShortcutInfoMissingMandatoryFields() 211 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 212 .setActivity(new ComponentName(getClientContext(), "s")) in testShortcutInfoMissingMandatoryFields() [all …]
|
H A D | BaseShortcutManagerTest.java | 1327 protected Context getClientContext() { in getClientContext() method in BaseShortcutManagerTest
|