Searched refs:mCurrentPath (Results 1 – 2 of 2) sorted by relevance
184 private String mCurrentPath = ""; field in BluetoothPbapObexServer368 Log.d(TAG, "before setPath, mCurrentPath == " + mCurrentPath); in onSetPath()370 String currentPathTmp = mCurrentPath; in onSetPath()420 mCurrentPath = currentPathTmp; in onSetPath()421 Log.v(TAG, "after setPath, mCurrentPath == " + mCurrentPath); in onSetPath()492 Log.d(TAG, "Guess what carkit actually want from current path (" + mCurrentPath + ")"); in onGet()494 if (mCurrentPath.equals(PB_PATH)) { in onGet()496 } else if (mCurrentPath.equals(FAV_PATH)) { in onGet()498 } else if (mCurrentPath.equals(ICH_PATH) in onGet()499 || (isSimEnabled && mCurrentPath.equals(SIM_ICH_PATH))) { in onGet()[all …]
522 String mCurrentPath) { in isSimPhoneBook() argument528 && (mCurrentPath.equals(SIM_PATH))) in isSimPhoneBook()