Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothEnabler.java140 updateSearchIndex(true); in handleStateChanged()
148 updateSearchIndex(false); in handleStateChanged()
153 updateSearchIndex(false); in handleStateChanged()
171 private void updateSearchIndex(boolean isBluetoothOn) { in updateSearchIndex() method in BluetoothEnabler
DUtils.java113 public static void updateSearchIndex(Context context, String className, String title, in updateSearchIndex() method in Utils
DDeviceProfilesSettings.java121 com.android.settings.bluetooth.Utils.updateSearchIndex(getContext(), in onClick()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEnabler.java153 updateSearchIndex(true); in handleWifiStateChanged()
161 updateSearchIndex(false); in handleWifiStateChanged()
166 updateSearchIndex(false); in handleWifiStateChanged()
180 private void updateSearchIndex(boolean isWiFiOn) { in updateSearchIndex() method in WifiEnabler