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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 148 private static final int START_LISTENER = 1;
216 .obtainMessage(START_LISTENER), TIME_TO_WAIT_VALUE);
570 case START_LISTENER:
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 203 mHandler.sendMessageDelayed(mHandler.obtainMessage(START_LISTENER), 9000);
209 private static final int START_LISTENER = 1;
221 case START_LISTENER:
    [all...]

Completed in 80 milliseconds