Searched defs:inflateNote (Results 1 - 3 of 3) sorted by relevance

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

Completed in 82 milliseconds