Searched refs:setSmallIcon (Results 1 – 13 of 13) sorted by relevance
32 .setSmallIcon(R.mipmap.ic_launcher); in onCreate()
61 .setSmallIcon(1) in getMessagesFromBundleArray()
76 .setSmallIcon(R.drawable.ic_launcher).setContentTitle(getString(R.string.app_name)) in runAsForegroundService()
103 .setSmallIcon(R.drawable.deqp_app_small).setTicker("ExecServer is running in the background.") in onStartCommand()
164 notificationBuilder.setSmallIcon(smallIcon); in buildNotification()
909 public final void setSmallIcon(@DrawableRes int smallIconResourceId) { in setSmallIcon() method in PlayerNotificationManager1074 .setSmallIcon(smallIconResourceId) in createNotification()
129 builder.setSmallIcon(R.drawable.sl4a_notification_logo) in createNotification()157 .setSmallIcon(R.drawable.sl4a_notification_logo, mProcessMap.size()) in updateNotification()
125 builder.setSmallIcon(R.drawable.sl4a_logo_48) in createNotification()
40 .setSmallIcon(1) in setup()
86 Notification notification = builder.setSmallIcon(R.drawable.an_image).build(); in build_setsIconOnNotification()
72 builder.setSmallIcon(iconId > 0 ? iconId : -1) in notify()
875 builder.setSmallIcon(mResources.getLogo48()) in notify()