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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java68 public static final int TYPE_URI = 4; field in class:Icon
87 // TYPE_URI: uri string
102 * {@link #TYPE_URI}.
199 * @return The URI (as a String) for this {@link #TYPE_URI} Icon.
203 if (mType != TYPE_URI) {
210 * @return The {@link android.net.Uri} for this {@link #TYPE_URI} Icon.
222 case TYPE_URI: return "URI";
325 case TYPE_URI:
414 case TYPE_URI:
448 case TYPE_URI
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java117 case Icon.TYPE_URI:

Completed in 77 milliseconds