Home
last modified time | relevance | path

Searched refs:SIM_PATH (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManager.java75 @VisibleForTesting public static final String SIM_PATH = "/SIM1/telecom"; field in BluetoothPbapSimVcardManager
528 && (mCurrentPath.equals(SIM_PATH))) in isSimPhoneBook()
DBluetoothPbapObexServer.java150 private static final String SIM_PATH = "/SIM1/telecom"; field in BluetoothPbapObexServer
512 || (isSimEnabled && mCurrentPath.equals(SIM_PATH))) { in onGet()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java536 mServer.setCurrentPath(BluetoothPbapSimVcardManager.SIM_PATH); in testOnGet_whenSimPhoneBook()