Home
last modified time | relevance | path

Searched refs:inflateNote (Results 1 – 3 of 3) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DGoogleSource.java62 inflateNote(context, inflateLevel); in inflate()
147 protected DataKind inflateNote(Context context, int inflateLevel) { in inflateNote() method in GoogleSource
148 return super.inflateNote(context, inflateLevel); in inflateNote()
DExchangeSource.java58 inflateNote(context, inflateLevel); in inflate()
282 protected DataKind inflateNote(Context context, int inflateLevel) { in inflateNote() method in ExchangeSource
283 final DataKind kind = super.inflateNote(context, ContactsSource.LEVEL_MIMETYPES); in inflateNote()
DFallbackSource.java77 inflateNote(context, inflateLevel); in inflate()
385 protected DataKind inflateNote(Context context, int inflateLevel) { in inflateNote() method in FallbackSource