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 | 1066 final Icon res32x32 = Icon.createWithResource(mClientContext, R.drawable.black_32x32); 1073 .setIcon(res32x32) 1208 final Icon res32x32 = Icon.createWithResource(mClientContext, R.drawable.black_32x32); 1215 .setIcon(res32x32) 2078 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testDumpCheckin() local 2087 makeShortcutWithIcon("res32x32", res32x32), in testDumpCheckin()
|
D | ShortcutManagerTest1.java | 608 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testIcons() local 622 makeShortcutWithIcon("res32x32", res32x32), in testIcons() 4334 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testHandlePackageUpdate() local 4341 makeShortcutWithIcon("s2", res32x32), in testHandlePackageUpdate() 4342 makeShortcutWithIcon("s3", res32x32), in testHandlePackageUpdate() 4352 makeShortcutWithIcon("s1", res32x32)))); in testHandlePackageUpdate() 4359 makeShortcutWithIcon("s1", res32x32), in testHandlePackageUpdate() 4360 makeShortcutWithIcon("s2", res32x32)))); in testHandlePackageUpdate()
|