HomeSort by relevance Sort by last modified time
    Searched refs:START_LISTENER (Results 1 - 5 of 5) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
OtherPreferences.java 69 private static final int START_LISTENER = 1;
121 mQuietHoursStartListener = new TimeSetListener(START_LISTENER);
194 case (START_LISTENER):
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 134 private static final int START_LISTENER = 1;
210 .obtainMessage(START_LISTENER));
684 case START_LISTENER:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 53 private static final int START_LISTENER = 1;
399 case START_LISTENER:
587 .obtainMessage(START_LISTENER));
687 .obtainMessage(START_LISTENER));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 97 private static final int START_LISTENER = 1;
324 case START_LISTENER:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 201 mHandler.sendMessage(mHandler.obtainMessage(START_LISTENER));
207 private static final int START_LISTENER = 1;
242 case START_LISTENER:
    [all...]

Completed in 382 milliseconds