Searched refs:newObject (Results 1 – 9 of 9) sorted by relevance
65 Object newObject = mDisplayIdIndexSupplier.get(Display.DEFAULT_DISPLAY); in get_removeExistedObject_newObject() local67 assertNotEquals(object, newObject); in get_removeExistedObject_newObject()75 Object newObject = mDisplayIdIndexSupplier.get(Display.DEFAULT_DISPLAY); in get_clearAllObjects_newObject() local77 assertNotEquals(object, newObject); in get_clearAllObjects_newObject()
161 SliceData newObject = (SliceData) obj; in equals() local162 return TextUtils.equals(mKey, newObject.mKey); in equals()
87 func newObject() *Module { func98 module := newObject()
899 module := newObject()917 module := newObject()
393 module := newObject()
189 x = newObject(); // this one will have an unknown type. in testPhiFromCall()432 public Object newObject() { in newObject() method in Main
327 public static Object newObject() { in newObject() method in Main1190 if (newObject() == null) { in main()
218 public void onUserStarted(int newUserId, Object newObject) { in onUserStarted() argument
393 CameraMetadataNative newObject = new CameraMetadataNative(); in move() local394 newObject.swap(other); in move()395 return newObject; in move()