Searched defs:FLAG_RESOURCE_SET_ICON (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java178 static final int FLAG_RESOURCE_SET_ICON = 1 << 0; field in class:PhoneWindow
1630 mResourcesSetFlags |= FLAG_RESOURCE_SET_ICON;
1639 if ((mResourcesSetFlags & FLAG_RESOURCE_SET_ICON) != 0) {
3701 if ((mResourcesSetFlags & FLAG_RESOURCE_SET_ICON) != 0 ||
3704 } else if ((mResourcesSetFlags & FLAG_RESOURCE_SET_ICON) == 0 &&

Completed in 36 milliseconds