Searched refs:res32x32 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest8.java | 255 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in checkRequestPinShortcut() local 261 .setIcon(res32x32) in checkRequestPinShortcut() 476 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testRequestPinShortcut_dynamicExists() local 480 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists() 591 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testRequestPinShortcut_dynamicExists_alreadyPinned() local 596 .setIcon(res32x32) in testRequestPinShortcut_dynamicExists_alreadyPinned() 1042 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testRequestPinShortcut_dynamicExists_titleWontChange() local 1046 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists_titleWontChange()
|
D | ShortcutManagerTest2.java | 1007 final Icon res32x32 = Icon.createWithResource(mClientContext, R.drawable.black_32x32); 1014 .setIcon(res32x32) 1146 final Icon res32x32 = Icon.createWithResource(mClientContext, R.drawable.black_32x32); 1153 .setIcon(res32x32) 2015 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testDumpCheckin() local 2024 makeShortcutWithIcon("res32x32", res32x32), in testDumpCheckin()
|
D | ShortcutManagerTest1.java | 560 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testIcons() local 574 makeShortcutWithIcon("res32x32", res32x32), in testIcons() 4165 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testHandlePackageUpdate() local 4172 makeShortcutWithIcon("s2", res32x32), in testHandlePackageUpdate() 4173 makeShortcutWithIcon("s3", res32x32), in testHandlePackageUpdate() 4183 makeShortcutWithIcon("s1", res32x32)))); in testHandlePackageUpdate() 4190 makeShortcutWithIcon("s1", res32x32), in testHandlePackageUpdate() 4191 makeShortcutWithIcon("s2", res32x32)))); in testHandlePackageUpdate()
|