HomeSort by relevance Sort by last modified time
    Searched refs:currentIcon (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 172 final Bitmap currentIcon = getUserIcon();
173 assertNotSame(randomBmp, currentIcon);
174 assertFalse(BitmapUtils.compareBitmaps(originalIcon, currentIcon));
  /bootable/recovery/
screen_ui.cpp 61 currentIcon(NONE),
90 if (currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) {
97 switch (currentIcon) {
162 if (currentIcon != NONE) {
186 if (currentIcon != NONE) {
515 if ((currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) && !show_text) {
680 currentIcon = icon;
screen_ui.h 150 Icon currentIcon;
wear_ui.cpp 54 if (currentIcon != NONE) {

Completed in 106 milliseconds