Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 6 of 6) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java205 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in sendDfuNotificationImpl() local
207 .setSmallIcon(icon) in sendDfuNotificationImpl()
279 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postLowBatteryNotification() local
282 .setSmallIcon(icon) in postLowBatteryNotification()
307 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postCriticalBatteryNotification() local
311 .setSmallIcon(icon) in postCriticalBatteryNotification()
331 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postDepletedBatteryNotification() local
335 .setSmallIcon(icon) in postDepletedBatteryNotification()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java181 Icon icon = null; in getIconFromBytes() local
185 icon = in.readParcelable(Icon.class.getClassLoader()); in getIconFromBytes()
189 return icon; in getIconFromBytes()
/device/google/atv/TvSampleLeanbackLauncher/src/androidTest/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemTest.java40 Drawable icon, CharSequence label, long priority) { in createTestLaunchItem() argument
47 when(resolveInfo.loadIcon(any(PackageManager.class))).thenReturn(icon); in createTestLaunchItem()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItem.java36 LaunchItem(Context context, Intent intent, Drawable icon, CharSequence label) { in LaunchItem() argument
41 mIcon = icon; in LaunchItem()
DAppFragment.java238 ImageView launchItemIcon = mView.findViewById(R.id.icon); in bind()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DRemoteDfuActivity.java193 mRemoteIcon = findViewById(R.id.icon); in onCreate()