Searched refs:mContentAnnotations (Results 1 – 6 of 6) sorted by relevance
130 event.mContentAnnotations = new String[mRandom.nextInt(10)]; in generateUsageEvent()131 for (int i = 0; i < event.mContentAnnotations.length; i++) { in generateUsageEvent()132 event.mContentAnnotations[i] = anyString(); in generateUsageEvent()175 assertTrue(Arrays.equals(ue1.mContentAnnotations, ue2.mContentAnnotations)); in compareUsageEvent()
521 public String[] mContentAnnotations; field in UsageEvents.Event779 mContentAnnotations = orig.mContentAnnotations; in copyFrom()1015 p.writeStringArray(event.mContentAnnotations); in writeEventToParcel()1080 eventOut.mContentAnnotations = null; in readEventFromParcel()1096 eventOut.mContentAnnotations = p.readStringArray(); in readEventFromParcel()
223 event.mContentAnnotations = null; in readEventFromParcel()236 event.mContentAnnotations = in.readStringArray(); in readEventFromParcel()267 dest.writeStringArray(event.mContentAnnotations); in writeEventToParcel()
362 String[] annotations = event.mContentAnnotations; in reportEvent()
2793 event.mContentAnnotations = annotations; in reportChooserSelection()
9344 Landroid/app/usage/UsageEvents$Event;->mContentAnnotations:[Ljava/lang/String;