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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java151 static final int FLAG_RESOURCE_SET_ICON = 1 << 0; field in class:PhoneWindow
1427 mResourcesSetFlags |= FLAG_RESOURCE_SET_ICON;
1436 if ((mResourcesSetFlags & FLAG_RESOURCE_SET_ICON) != 0) {
3155 if ((mResourcesSetFlags & FLAG_RESOURCE_SET_ICON) != 0 ||
3158 } else if ((mResourcesSetFlags & FLAG_RESOURCE_SET_ICON) == 0 &&

Completed in 33 milliseconds