Searched refs:SIM_PATH (Results 1 – 3 of 3) sorted by relevance
75 @VisibleForTesting public static final String SIM_PATH = "/SIM1/telecom"; field in BluetoothPbapSimVcardManager528 && (mCurrentPath.equals(SIM_PATH))) in isSimPhoneBook()
150 private static final String SIM_PATH = "/SIM1/telecom"; field in BluetoothPbapObexServer512 || (isSimEnabled && mCurrentPath.equals(SIM_PATH))) { in onGet()
536 mServer.setCurrentPath(BluetoothPbapSimVcardManager.SIM_PATH); in testOnGet_whenSimPhoneBook()