Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java6036 Bitmap largeIconLegacy = mN.largeIcon; in makePublicContentView() local
6063 mN.largeIcon = largeIconLegacy; in makePublicContentView()
7393 Bitmap largeIconLegacy = null; in makeBigContentView() local
7400 largeIconLegacy = mBuilder.mN.largeIcon; in makeBigContentView()
7417 mBuilder.mN.largeIcon = largeIconLegacy; in makeBigContentView()