Home
last modified time | relevance | path

Searched refs:buildExtraBundleFromValue (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DFastScrollingIndexCacheTest.java72 FastScrollingIndexCache.buildExtraBundleFromValue( in testBuildCacheValue()
75 FastScrollingIndexCache.buildExtraBundleFromValue( in testBuildCacheValue()
78 FastScrollingIndexCache.buildExtraBundleFromValue( in testBuildCacheValue()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DFastScrollingIndexCache.java175 static Bundle buildExtraBundleFromValue(String value) { in buildExtraBundleFromValue() method in FastScrollingIndexCache
218 final Bundle b = buildExtraBundleFromValue(value); in get()