Searched refs:FORMAT_SLICE (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/slice/ |
H A D | SliceItem.java | 65 FORMAT_SLICE, 80 public static final String FORMAT_SLICE = "slice"; field in SliceItem 335 case FORMAT_SLICE: in writeObj() 359 case FORMAT_SLICE: in readObj()
|
H A D | SliceQuery.java | 44 if (!(compareTypes(item, SliceItem.FORMAT_SLICE) in getPrimaryIcon() 137 return find(new SliceItem(s, SliceItem.FORMAT_SLICE, null, h.toArray(new String[h.size()])), in find() 164 if (compareTypes(item, SliceItem.FORMAT_SLICE) in stream()
|
H A D | Slice.java | 431 mItems.add(new SliceItem(slice, SliceItem.FORMAT_SLICE, subType, in addSubSlice() 569 if (Objects.equals(mItems[i].getFormat(), SliceItem.FORMAT_SLICE)) { in toString()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumePanelSlicesAdapter.java | 20 import static android.app.slice.SliceItem.FORMAT_SLICE; 130 if (item.getFormat().equals(FORMAT_SLICE)) { in isValidSlice()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 9088 field public static final String FORMAT_SLICE = "slice";
|