Searched refs:mCurrentPath (Results 1 – 1 of 1) sorted by relevance
175 private String mCurrentPath = ""; field in BluetoothPbapObexServer336 Log.d(TAG, "before setPath, mCurrentPath == " + mCurrentPath); in onSetPath()339 String currentPathTmp = mCurrentPath; in onSetPath()372 mCurrentPath = currentPathTmp; in onSetPath()374 Log.v(TAG, "after setPath, mCurrentPath == " + mCurrentPath); in onSetPath()439 "Guess what carkit actually want from current path (" + mCurrentPath + ")"); in onGet()442 if (mCurrentPath.equals(PB_PATH)) { in onGet()444 } else if (mCurrentPath.equals(ICH_PATH)) { in onGet()446 } else if (mCurrentPath.equals(OCH_PATH)) { in onGet()448 } else if (mCurrentPath.equals(MCH_PATH)) { in onGet()[all …]