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 | 1093 final Icon res32x32 = Icon.createWithResource(mClientContext, R.drawable.black_32x32); 1100 .setIcon(res32x32) 1325 final Icon res32x32 = Icon.createWithResource(mClientContext, R.drawable.black_32x32); 1332 .setIcon(res32x32) 2280 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testDumpCheckin() local 2289 makeShortcutWithIcon("res32x32", res32x32), in testDumpCheckin()
|
D | ShortcutManagerTest1.java | 768 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testIcons() local 793 makeShortcutWithIcon("res32x32", res32x32), in testIcons() 4947 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32); in testHandlePackageUpdate() local 4954 makeShortcutWithIcon("s2", res32x32), in testHandlePackageUpdate() 4955 makeShortcutWithIcon("s3", res32x32), in testHandlePackageUpdate() 4965 makeShortcutWithIcon("s1", res32x32)))); in testHandlePackageUpdate() 4972 makeShortcutWithIcon("s1", res32x32), in testHandlePackageUpdate() 4973 makeShortcutWithIcon("s2", res32x32)))); in testHandlePackageUpdate()
|