HomeSort by relevance Sort by last modified time
    Searched defs:indicatorId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 622 int indicatorId = intent.getIntExtra(BluetoothHeadset.EXTRA_HF_INDICATORS_IND_ID, -1);
624 if (indicatorId == HeadsetHalConstants.HF_INDICATOR_BATTERY_LEVEL_STATUS) {
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 202 int indicatorId = getIndicatorId();
210 indicatorId, IND_DRAWABLE_OFF[pos]);
217 indicatorId, IND_DRAWABLE_ON[pos]);
230 indicatorId, IND_DRAWABLE_MID[pos]);
236 indicatorId, IND_DRAWABLE_OFF[pos]);
    [all...]

Completed in 97 milliseconds