Searched refs:icon (Results 1 – 6 of 6) sorted by relevance
205 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in sendDfuNotificationImpl() local207 .setSmallIcon(icon) in sendDfuNotificationImpl()279 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postLowBatteryNotification() local282 .setSmallIcon(icon) in postLowBatteryNotification()307 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postCriticalBatteryNotification() local311 .setSmallIcon(icon) in postCriticalBatteryNotification()331 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postDepletedBatteryNotification() local335 .setSmallIcon(icon) in postDepletedBatteryNotification()
181 Icon icon = null; in getIconFromBytes() local185 icon = in.readParcelable(Icon.class.getClassLoader()); in getIconFromBytes()189 return icon; in getIconFromBytes()
40 Drawable icon, CharSequence label, long priority) { in createTestLaunchItem() argument47 when(resolveInfo.loadIcon(any(PackageManager.class))).thenReturn(icon); in createTestLaunchItem()
36 LaunchItem(Context context, Intent intent, Drawable icon, CharSequence label) { in LaunchItem() argument41 mIcon = icon; in LaunchItem()
238 ImageView launchItemIcon = mView.findViewById(R.id.icon); in bind()
193 mRemoteIcon = findViewById(R.id.icon); in onCreate()