Searched refs:getClientContext (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest2.java | 154 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 163 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 170 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 179 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 188 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 197 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 208 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 209 .setActivity(new ComponentName(getClientContext(), "s")) in testShortcutInfoMissingMandatoryFields() 216 ShortcutInfo si = new ShortcutInfo.Builder(getClientContext(), "id") in testShortcutInfoMissingMandatoryFields() 217 .setActivity(new ComponentName(getClientContext(), "s")) in testShortcutInfoMissingMandatoryFields() [all …]
|
H A D | BaseShortcutManagerTest.java | 1075 protected Context getClientContext() { in getClientContext() method in BaseShortcutManagerTest
|