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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 444 if (BluetoothPbapObexServer.sIsAborted) {
446 BluetoothPbapObexServer.sIsAborted = false;
470 if (BluetoothPbapObexServer.sIsAborted) {
472 BluetoothPbapObexServer.sIsAborted = false;
546 while (!BluetoothPbapObexServer.sIsAborted
BluetoothPbapObexServer.java 155 public static boolean sIsAborted = false;
245 sIsAborted = true;
311 sIsAborted = false;
696 if (sIsAborted) {
698 sIsAborted = false;
    [all...]

Completed in 9 milliseconds