HomeSort by relevance Sort by last modified time
    Searched defs:mTupleInfoArray (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresResInstanceInfo.java 47 private PresTupleInfo mTupleInfoArray[];
121 return mTupleInfoArray;
129 this.mTupleInfoArray = new PresTupleInfo[tupleInfo.length];
130 this.mTupleInfoArray = tupleInfo;
154 dest.writeParcelableArray(mTupleInfoArray, flags);
185 mTupleInfoArray = new PresTupleInfo[] {};
187 mTupleInfoArray = Arrays.copyOf(tempParcelableArray, tempParcelableArray.length,
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 49 milliseconds