Searched defs:getSelf (Results 1 – 4 of 4) sorted by relevance
56 static inline TYPE* getSelf(NATIVE_TYPE* self) { in getSelf() function59 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { in getSelf() function62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf() function65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf() function
196 private ParticipantData getSelf( in getSelf() method in InsertNewMessageAction
213 public static CursorQueryData getSelf(final Context context) { in getSelf() method in ContactUtil