Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java6027 Bitmap largeIconLegacy = mN.largeIcon; in makePublicContentView() local
6054 mN.largeIcon = largeIconLegacy; in makePublicContentView()
7324 Bitmap largeIconLegacy = null; in makeBigContentView() local
7331 largeIconLegacy = mBuilder.mN.largeIcon; in makeBigContentView()
7348 mBuilder.mN.largeIcon = largeIconLegacy; in makeBigContentView()