Home
last modified time | relevance | path

Searched refs:getResourcesMethod (Results 1 – 4 of 4) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSearchIndexableProvider.java93 public Resources getResourcesMethod() { in getResourcesMethod() method in CellBroadcastSearchIndexableProvider
118 getResourcesMethod(), getContext(), channelManager); in isExerciseTestAlertsToggleVisible()
131 getResourcesMethod(), getContext(), channelManager); in isOperatorTestAlertsToggleVisible()
188 final Resources res = getResourcesMethod(); in queryRawData()
227 Resources res = getResourcesMethod(); in queryNonIndexableKeys()
DCellBroadcastReceiver.java130 public Resources getResourcesMethod() { in getResourcesMethod() method in CellBroadcastReceiver
140 Resources res = getResourcesMethod(); in onReceive()
418 Resources res = getResourcesMethod(); in resetSettingsAsNeeded()
782 boolean enable = getResourcesMethod().getBoolean(R.bool.show_message_history_in_launcher); in enableLauncher()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastSearchIndexableProviderTest.java54 doReturn(mResources).when(mSearchIndexableProvider).getResourcesMethod(); in setUp()
DCellBroadcastReceiverTest.java135 doReturn(mResources).when(mCellBroadcastReceiver).getResourcesMethod(); in setUp()