Searched refs:mCurrentPath (Results 1 – 1 of 1) sorted by relevance
182 private String mCurrentPath = ""; field in BluetoothPbapObexServer345 Log.d(TAG, "before setPath, mCurrentPath == " + mCurrentPath); in onSetPath()348 String currentPathTmp = mCurrentPath; in onSetPath()381 mCurrentPath = currentPathTmp; in onSetPath()383 Log.v(TAG, "after setPath, mCurrentPath == " + mCurrentPath); in onSetPath()448 "Guess what carkit actually want from current path (" + mCurrentPath + ")"); in onGet()451 if (mCurrentPath.equals(PB_PATH)) { in onGet()453 } else if (mCurrentPath.equals(FAV_PATH)) { in onGet()455 } else if (mCurrentPath.equals(ICH_PATH)) { in onGet()457 } else if (mCurrentPath.equals(OCH_PATH)) { in onGet()[all …]