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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 140 private String mCurrentPath = "";
259 if (D) Log.d(TAG, "before setPath, mCurrentPath == " + mCurrentPath);
261 String current_path_tmp = mCurrentPath;
293 mCurrentPath = current_path_tmp;
294 if (V) Log.v(TAG, "after setPath, mCurrentPath == " + mCurrentPath);
349 mCurrentPath + ")");
351 if (mCurrentPath.equals(PB_PATH)) {
353 } else if (mCurrentPath.equals(ICH_PATH))
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 120 private final Path mCurrentPath = new Path();
853 final Path currentPath = mCurrentPath;
    [all...]

Completed in 42 milliseconds