Searched refs:queryRawData (Results 1 - 6 of 6) sorted by relevance

/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencySearchIndexablesProvider.java68 public Cursor queryRawData(String[] projection) { method in class:EmergencySearchIndexablesProvider
/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/
H A DEmergencySearchIndexablesProviderTest.java70 Cursor cursor = mProvider.queryRawData(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSearchIndexableProvider.java68 public Cursor queryRawData(String[] projection) { method in class:CellBroadcastSearchIndexableProvider
/packages/apps/Settings/src/com/android/settings/search/
H A DSettingsSearchIndexablesProvider.java79 public Cursor queryRawData(String[] projection) { method in class:SettingsSearchIndexablesProvider
/packages/services/Telephony/src/com/android/phone/
H A DPhoneSearchIndexablesProvider.java77 public Cursor queryRawData(String[] projection) { method in class:PhoneSearchIndexablesProvider
/packages/services/Telephony/tests/src/com/android/phone/
H A DPhoneSearchIndexablesProviderTest.java104 Cursor cursor = mProvider.queryRawData(SearchIndexablesContract.INDEXABLES_RAW_COLUMNS);

Completed in 232 milliseconds