Home
last modified time | relevance | path

Searched defs:icon (Results 1 – 4 of 4) 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
279 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postLowBatteryNotification() local
307 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postCriticalBatteryNotification() local
331 Icon icon = Icon.createWithResource(mContext, R.drawable.ic_official_remote); in postDepletedBatteryNotification() local
/device/google/atv/TvSampleLeanbackLauncher/src/androidTest/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemTest.java40 Drawable icon, CharSequence label, long priority) { 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()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java181 Icon icon = null; in getIconFromBytes() local