Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3685 Bitmap largeIconLegacy = mN.largeIcon; in makePublicContentView() local
3700 mN.largeIcon = largeIconLegacy; in makePublicContentView()
4432 Bitmap largeIconLegacy = null; in makeBigContentView() local
4439 largeIconLegacy = mBuilder.mN.largeIcon; in makeBigContentView()
4452 mBuilder.mN.largeIcon = largeIconLegacy; in makeBigContentView()