├── Android.mk ├── AndroidManifest.xml ├── AndroidManifest_test.xml ├── CleanSpec.mk ├── jni ├── Android.mk ├── com_android_bluetooth.h ├── com_android_bluetooth_a2dp.cpp ├── com_android_bluetooth_a2dp_sink.cpp ├── com_android_bluetooth_avrcp.cpp ├── com_android_bluetooth_avrcp_controller.cpp ├── com_android_bluetooth_btservice_AdapterService.cpp ├── com_android_bluetooth_btservice_vendor.cpp ├── com_android_bluetooth_gatt.cpp ├── com_android_bluetooth_hdp.cpp ├── com_android_bluetooth_hfp.cpp ├── com_android_bluetooth_hfpclient.cpp ├── com_android_bluetooth_hid.cpp ├── com_android_bluetooth_pan.cpp └── com_android_bluetooth_sdp.cpp ├── lib └── mapapi │ └── com │ └── android │ └── bluetooth │ └── mapapi │ ├── BluetoothMapContract.java │ ├── BluetoothMapEmailContract.java │ ├── BluetoothMapEmailProvider.java │ └── BluetoothMapIMProvider.java ├── res ├── drawable │ ├── bt_incomming_file_notification.xml │ ├── ic_accept.xml │ └── ic_decline.xml ├── layout │ ├── auth.xml │ ├── bluetooth_map_settings.xml │ ├── bluetooth_map_settings_account_group.xml │ ├── bluetooth_map_settings_account_item.xml │ ├── bluetooth_transfer_item.xml │ ├── bluetooth_transfers_page.xml │ ├── bt_enabling_progress.xml │ ├── confirm_dialog.xml │ ├── file_transfer.xml │ ├── incoming_dialog.xml │ ├── no_transfers.xml │ └── testactivity_main.xml ├── menu │ ├── receivedfilescontextfinished.xml │ ├── transferhistory.xml │ └── transferhistorycontextfinished.xml ├── mipmap-hdpi │ └── bt_share.png ├── mipmap-mdpi │ └── bt_share.png ├── mipmap-xhdpi │ └── bt_share.png ├── mipmap-xxhdpi │ └── bt_share.png ├── mipmap-xxxhdpi │ └── bt_share.png ├── values-af │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-am │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ar │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-as-rIN │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-ast-rES │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ └── strings_sap.xml ├── values-az-rAZ │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-b+sr+Latn │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-be-rBY │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-bg │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-bn-rBD │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-br-rFR │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-bs-rBA │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ca │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-cs │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-csb-rPL │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-cy │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-da │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-de │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-el │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-en-rAU │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-en-rGB │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-en-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-en-rPT │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-eo │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-es-rCO │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-es-rMX │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-es-rUS │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-es │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-et-rEE │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-eu-rES │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-fa │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-fi │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-fil-rPH │ └── cm_strings.xml ├── values-fr-rCA │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-fr │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-frp-rIT │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-fy-rNL │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-ga-rIE │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-gd-rGB │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-gl-rES │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-gu-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-hi │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-hr │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-hu │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-hy-rAM │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-in │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-is-rIS │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-it │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-iw │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ja │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ka-rGE │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-kk-rKZ │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-km-rKH │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-kn-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ko │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ku │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-ky-rKG │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-lb │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-lo-rLA │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-lt │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-lv │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-mk-rMK │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ml-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-mn-rMN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-mr-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ms-rMY │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-my-rMM │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-nb │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ne-rNP │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-nl │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-oc-rFR │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-or-rIN │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-pa-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-pl │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-pt-rBR │ └── cm_strings.xml ├── values-pt-rPT │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-pt │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-rm │ └── cm_strings.xml ├── values-ro │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ru │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-si-rLK │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-sk │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-sl │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-sq-rAL │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-sr │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-sv │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-sw │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ta-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-te-rIN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-th │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-tl │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-tr │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ug │ ├── cm_strings.xml │ ├── strings.xml │ └── strings_pbap.xml ├── values-uk │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-ur-rPK │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-uz-rUZ │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-vi │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-zh-rCN │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-zh-rHK │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-zh-rTW │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values-zu │ ├── cm_strings.xml │ ├── strings.xml │ ├── strings_map.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ └── test_strings.xml ├── values │ ├── cm_strings.xml │ ├── config.xml │ ├── strings.xml │ ├── strings_pbap.xml │ ├── strings_pbap_client.xml │ ├── strings_sap.xml │ ├── styles.xml │ └── test_strings.xml └── xml │ ├── authenticator.xml │ └── file_paths.xml ├── src └── com │ └── android │ └── bluetooth │ ├── BluetoothObexTransport.java │ ├── IObexConnectionHandler.java │ ├── ObexRejectServer.java │ ├── ObexServerSockets.java │ ├── OolConnManager.java │ ├── SignedLongLong.java │ ├── Utils.java │ ├── a2dp │ ├── A2dpService.java │ └── A2dpStateMachine.java │ ├── a2dpsink │ ├── A2dpSinkService.java │ ├── A2dpSinkStateMachine.java │ ├── A2dpSinkStreamingStateMachine.java │ └── mbs │ │ └── A2dpMediaBrowserService.java │ ├── avrcp │ ├── Avrcp.java │ ├── AvrcpBipRsp.java │ ├── AvrcpBipRspObexServer.java │ ├── AvrcpBipRspParser.java │ ├── AvrcpControllerClasses.java │ ├── AvrcpControllerConstants.java │ ├── AvrcpControllerService.java │ ├── NowPlaying.java │ └── RemoteMediaPlayers.java │ ├── btservice │ ├── AbstractionLayer.java │ ├── AdapterApp.java │ ├── AdapterProperties.java │ ├── AdapterService.java │ ├── AdapterState.java │ ├── BondStateMachine.java │ ├── Config.java │ ├── JniCallbacks.java │ ├── ProfileObserver.java │ ├── ProfileService.java │ ├── RemoteDevices.java │ ├── Vendor.java │ └── bluetooth.proto │ ├── gatt │ ├── AdvertiseClient.java │ ├── AdvertiseManager.java │ ├── AdvtFilterOnFoundOnLostInfo.java │ ├── AppScanStats.java │ ├── CallbackInfo.java │ ├── ContextMap.java │ ├── FilterParams.java │ ├── GattDbElement.java │ ├── GattDebugUtils.java │ ├── GattService.java │ ├── GattServiceConfig.java │ ├── HandleMap.java │ ├── ScanClient.java │ ├── ScanFilterQueue.java │ ├── ScanManager.java │ └── ServiceDeclaration.java │ ├── hdp │ └── HealthService.java │ ├── hfp │ ├── AtPhonebook.java │ ├── BluetoothCmeError.java │ ├── HeadsetHalConstants.java │ ├── HeadsetPhoneState.java │ ├── HeadsetService.java │ └── HeadsetStateMachine.java │ ├── hfpclient │ ├── HeadsetClientHalConstants.java │ ├── HeadsetClientService.java │ ├── HeadsetClientStateMachine.java │ └── connserv │ │ ├── HfpClientConference.java │ │ ├── HfpClientConnection.java │ │ └── HfpClientConnectionService.java │ ├── hid │ └── HidService.java │ ├── map │ ├── BluetoothMapAccountEmailLoader.java │ ├── BluetoothMapAccountItem.java │ ├── BluetoothMapAccountLoader.java │ ├── BluetoothMapAppObserver.java │ ├── BluetoothMapAppParams.java │ ├── BluetoothMapContent.java │ ├── BluetoothMapContentEmail.java │ ├── BluetoothMapContentObserver.java │ ├── BluetoothMapContentObserverEmail.java │ ├── BluetoothMapConvoContactElement.java │ ├── BluetoothMapConvoListing.java │ ├── BluetoothMapConvoListingElement.java │ ├── BluetoothMapFolderElement.java │ ├── BluetoothMapMasInstance.java │ ├── BluetoothMapMessageListing.java │ ├── BluetoothMapMessageListingElement.java │ ├── BluetoothMapObexServer.java │ ├── BluetoothMapService.java │ ├── BluetoothMapSettings.java │ ├── BluetoothMapSettingsAdapter.java │ ├── BluetoothMapSettingsDataHolder.java │ ├── BluetoothMapSmsPdu.java │ ├── BluetoothMapUtils.java │ ├── BluetoothMapbMessage.java │ ├── BluetoothMapbMessageEmail.java │ ├── BluetoothMapbMessageExtEmail.java │ ├── BluetoothMapbMessageMime.java │ ├── BluetoothMapbMessageSms.java │ ├── BluetoothMnsObexClient.java │ ├── MapContact.java │ ├── MmsFileProvider.java │ └── SmsMmsContacts.java │ ├── opp │ ├── BluetoothOppBatch.java │ ├── BluetoothOppBtEnableActivity.java │ ├── BluetoothOppBtEnablingActivity.java │ ├── BluetoothOppBtErrorActivity.java │ ├── BluetoothOppHandoverReceiver.java │ ├── BluetoothOppIncomingFileConfirmActivity.java │ ├── BluetoothOppL2capListener.java │ ├── BluetoothOppLauncherActivity.java │ ├── BluetoothOppManager.java │ ├── BluetoothOppNotification.java │ ├── BluetoothOppObexClientSession.java │ ├── BluetoothOppObexServerSession.java │ ├── BluetoothOppObexSession.java │ ├── BluetoothOppPreference.java │ ├── BluetoothOppProvider.java │ ├── BluetoothOppReceiveFileInfo.java │ ├── BluetoothOppReceiver.java │ ├── BluetoothOppRfcommListener.java │ ├── BluetoothOppSendFileInfo.java │ ├── BluetoothOppService.java │ ├── BluetoothOppShareInfo.java │ ├── BluetoothOppTransfer.java │ ├── BluetoothOppTransferActivity.java │ ├── BluetoothOppTransferAdapter.java │ ├── BluetoothOppTransferHistory.java │ ├── BluetoothOppTransferInfo.java │ ├── BluetoothOppUtility.java │ ├── BluetoothShare.java │ ├── Constants.java │ └── TestActivity.java │ ├── pan │ ├── BluetoothTetheringNetworkFactory.java │ └── PanService.java │ ├── pbap │ ├── BluetoothPbapActivity.java │ ├── BluetoothPbapAuthenticator.java │ ├── BluetoothPbapCallLogComposer.java │ ├── BluetoothPbapConfig.java │ ├── BluetoothPbapObexServer.java │ ├── BluetoothPbapReceiver.java │ ├── BluetoothPbapSIMvCardComposer.java │ ├── BluetoothPbapService.java │ ├── BluetoothPbapUtils.java │ └── BluetoothPbapVcardManager.java │ ├── pbapclient │ ├── AuthenticationService.java │ ├── Authenticator.java │ ├── BluetoothPbapCard.java │ ├── BluetoothPbapClient.java │ ├── BluetoothPbapObexAuthenticator.java │ ├── BluetoothPbapObexSession.java │ ├── BluetoothPbapObexTransport.java │ ├── BluetoothPbapRequest.java │ ├── BluetoothPbapRequestPullPhoneBook.java │ ├── BluetoothPbapRequestPullPhoneBookSize.java │ ├── BluetoothPbapRequestPullVcardEntry.java │ ├── BluetoothPbapRequestPullVcardListing.java │ ├── BluetoothPbapRequestPullVcardListingSize.java │ ├── BluetoothPbapRequestSetPath.java │ ├── BluetoothPbapSession.java │ ├── BluetoothPbapVcardList.java │ ├── BluetoothPbapVcardListing.java │ ├── CallLogPullRequest.java │ ├── PbapClientService.java │ ├── PbapHandler.java │ ├── PbapPCEClient.java │ ├── PhonebookEntry.java │ ├── PhonebookPullRequest.java │ ├── PullRequest.java │ └── utils │ │ ├── BmsgTokenizer.java │ │ ├── ObexAppParameters.java │ │ └── ObexTime.java │ ├── sap │ ├── SapMessage.java │ ├── SapRilReceiver.java │ ├── SapServer.java │ └── SapService.java │ ├── sdp │ └── SdpManager.java │ └── util │ ├── DevicePolicyUtils.java │ ├── Interop.java │ └── NumberUtils.java └── tests ├── Android.mk ├── AndroidManifest.xml └── src └── com └── android └── bluetooth ├── gatt └── GattServiceTest.java ├── tests ├── BluetoothMapContentTest.java ├── BluetoothMapIMContentTest.java ├── BluetoothMapUtilsTest.java ├── BluetoothMapbMessageTest.java ├── BluetoothTestUtils.java ├── DevicePolicyUtilsTest.java ├── IResultLogger.java ├── ISeqStepAction.java ├── ISeqStepValidator.java ├── ITestSequenceBuilder.java ├── ITestSequenceConfigurator.java ├── MapObexLevelTest.java ├── MapObexTestServer.java ├── MapStepsConvo.java ├── MapStepsFolder.java ├── MapTestData.java ├── MockMasInstance.java ├── ObexPipeTransport.java ├── ObexTest.java ├── ObexTestDataHandler.java ├── ObexTestParams.java ├── ObexTestServer.java ├── SapServerTest.java ├── SapSocketTest.java ├── SdpManagerTest.java ├── SdpManagerTestServer.java ├── SecurityTest.java ├── SeqStep.java ├── TestResultLogger.java ├── TestSequencer.java ├── mock │ ├── BluetoothMockContext.java │ └── SimpleMockContentProvider.java └── pbap │ ├── BluetoothPbapVcardManagerTest.java │ └── ContactCursorFilterTest.java └── util └── NumberUtilsTest.java /res/layout/no_transfers.xml: -------------------------------------------------------------------------------- 1 | 2 | 16 | 17 | 24 | -------------------------------------------------------------------------------- /res/menu/receivedfilescontextfinished.xml: -------------------------------------------------------------------------------- 1 | 2 | 16 | 17 | 18 | 19 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /res/menu/transferhistory.xml: -------------------------------------------------------------------------------- 1 | 2 | 16 | 17 | 18 | 19 | 22 | 23 | -------------------------------------------------------------------------------- /res/mipmap-hdpi/bt_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Bluetooth/f9c4f693edcfebd1d28cca0c115eb8a5d58cb5c6/res/mipmap-hdpi/bt_share.png -------------------------------------------------------------------------------- /res/mipmap-mdpi/bt_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Bluetooth/f9c4f693edcfebd1d28cca0c115eb8a5d58cb5c6/res/mipmap-mdpi/bt_share.png -------------------------------------------------------------------------------- /res/mipmap-xhdpi/bt_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Bluetooth/f9c4f693edcfebd1d28cca0c115eb8a5d58cb5c6/res/mipmap-xhdpi/bt_share.png -------------------------------------------------------------------------------- /res/mipmap-xxhdpi/bt_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Bluetooth/f9c4f693edcfebd1d28cca0c115eb8a5d58cb5c6/res/mipmap-xxhdpi/bt_share.png -------------------------------------------------------------------------------- /res/mipmap-xxxhdpi/bt_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Bluetooth/f9c4f693edcfebd1d28cca0c115eb8a5d58cb5c6/res/mipmap-xxxhdpi/bt_share.png -------------------------------------------------------------------------------- /res/values-af/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Kan nie lêer stuur nie, probeer weer\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-af/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-af/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth-SIM-toegang" 5 | "Bluetooth-SIM-toegang" 6 | "Versoek kliënt om te ontkoppel?" 7 | "Wag tans dat kliënt ontkoppel" 8 | "Ontkoppel" 9 | "Dwing ontkoppeling" 10 | 11 | -------------------------------------------------------------------------------- /res/values-am/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-am/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-am/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "የብሉቱዝ ሲም መዳረሻ" 5 | "የብሉቱዝ ሲም መዳረሻ" 6 | "ደንበኛ ግንኙነት እንዲያላቅቅ ይጠየቅ?" 7 | "ደንበኛው ግንኙነት እስኪያላቅቅ ድረስ በመጠበቅ ላይ" 8 | "ግንኙነት አቋርጥ" 9 | "በግድ አላቅቅ" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ar/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | تعذر إرسال الملف، جاري إعادة المحاولة\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-ar/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ar/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "‏الوصول إلى SIM بلوتوث" 5 | "‏الوصول إلى SIM بلوتوث" 6 | "هل تريد مطالبة العميل بإلغاء الربط؟" 7 | "في انتظار إلغاء الربط بواسطة العميل" 8 | "قطع الاتصال" 9 | "فرض إلغاء الربط" 10 | 11 | -------------------------------------------------------------------------------- /res/values-as-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ফাইল প্ৰেৰণ কৰিবলৈ অক্ষম, পুনঃচেষ্টা কৰি আছে\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-as-rIN/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-ast-rES/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Imposible unviar el ficheru, reintentando\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-ast-rES/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Accesu SIM de Bluetooth 5 | Accesu SIM de Bluetooth 6 | ¿Solicitar desconexón de veceru? 7 | Esperando pola desconexón del veceru 8 | Desconeutar 9 | Forciar desconexón 10 | 11 | -------------------------------------------------------------------------------- /res/values-az-rAZ/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Fayl göndərilmədi, yenidən yoxlanır\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-az-rAZ/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-az-rAZ/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM girişi" 5 | "Bluetooth SIM Access" 6 | "Müştəri ayırmaq tələb?" 7 | "Ayırmaq üçün müştəri gözləyir" 8 | "Bağlantını kəsin" 9 | "Force ayırmaq" 10 | 11 | -------------------------------------------------------------------------------- /res/values-b+sr+Latn/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-b+sr+Latn/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Pristup SIM kartici preko Bluetooth-a" 5 | "Pristup SIM kartici preko Bluetooth-a" 6 | "Želite li da pošaljete klijentu zahtev za prekid veze?" 7 | "Čeka se da klijent prekine vezu" 8 | "Prekini vezu" 9 | "Prinudno prekini vezu" 10 | 11 | -------------------------------------------------------------------------------- /res/values-be-rBY/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-be-rBY/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Доступ да SIM па Bluetooth" 5 | "Доступ да SIM па Bluetooth" 6 | "Запытаць адлучэнне кліента?" 7 | "Чаканне адлучэння кліента" 8 | "Адлучыць" 9 | "Прымусовае адлучэнне" 10 | 11 | -------------------------------------------------------------------------------- /res/values-bg/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-bg/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Достъп до SIM карти през Bluetooth" 5 | "Достъп до SIM карти през Bluetooth" 6 | "Искате ли да заявите клиентската програма да прекрати връзката?" 7 | "Изчаква се клиентската програма да прекрати връзката" 8 | "Прекратяване на връзката" 9 | "Принудително прекратяване на връзката" 10 | 11 | -------------------------------------------------------------------------------- /res/values-bn-rBD/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ফাইল পাঠাতে অক্ষম, পুনরায় চেষ্টা করা হচ্ছে\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-bn-rBD/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-bn-rBD/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ব্লুটুথ SIM -এ অ্যাক্সেস করুন" 5 | "ব্লুটুথ SIM -এ অ্যাক্সেস করুন" 6 | "ক্লায়েন্ট সংযোগ বিচ্ছিন্ন করার অনুরোধ জানাবেন?" 7 | "সংযোগ বিচ্ছিন্ন করতে ক্লায়েন্টের জন্য অপেক্ষা করা" 8 | "সংযোগ বিচ্ছিন্ন করুন" 9 | "জোর করে সংযোগ বিচ্ছিন্ন করুন" 10 | 11 | -------------------------------------------------------------------------------- /res/values-br-rFR/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-br-rFR/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-bs-rBA/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-bs-rBA/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-bs-rBA/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth pristup SIM-u" 5 | "Bluetooth pristup SIM-u" 6 | "Tražiti od klijenta da prekine vezu?" 7 | "Čeka se da klijent prekine vezu" 8 | "Prekini vezu" 9 | "Prisilno prekini vezu" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ca/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ca/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Accés SIM del Bluetooth" 5 | "Accés SIM del Bluetooth" 6 | "Vols sol·licitar al client que es desconnecti?" 7 | "S\'està esperant que el client es desconnecti" 8 | "Desconnecta" 9 | "Força la desconnexió" 10 | 11 | -------------------------------------------------------------------------------- /res/values-cs/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-cs/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Přístup k SIM kartě přes Bluetooth" 5 | "Přístup k SIM kartě přes Bluetooth" 6 | "Chcete klient požádat o odpojení?" 7 | "Čekání na odpojení klientu" 8 | "Odpojit" 9 | "Vynutit odpojení" 10 | 11 | -------------------------------------------------------------------------------- /res/values-csb-rPL/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-csb-rPL/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-cy/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-cy/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-da/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Indgående fil fra en anden enhed. Bekræft, at du vil modtage denne fil. 20 | Kunne ikke sende filen, prøver igen\u2026 21 | 22 | -------------------------------------------------------------------------------- /res/values-da/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-da/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth-adgang til SIM-kort" 5 | "Bluetooth-adgang til SIM-kort" 6 | "Vil du anmode klienten om at afbryde forbindelsen?" 7 | "Venter på, at klienten afbryder forbindelsen" 8 | "Afbryd" 9 | "Gennemtving afbrydelse af forbindelsen" 10 | 11 | -------------------------------------------------------------------------------- /res/values-de/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-de/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Zugriff auf SIM über Bluetooth" 5 | "Zugriff auf SIM über Bluetooth" 6 | "Client zum Trennen der Verbindung auffordern?" 7 | "Warten, bis die Verbindung durch den Client getrennt wird" 8 | "Verbindung trennen" 9 | "Trennen der Verbindung erzwingen" 10 | 11 | -------------------------------------------------------------------------------- /res/values-el/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Το αρχείο δεν στάλθηκε, προσπάθεια ξανά\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-el/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-el/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Πρόσβαση SIM Bluetooth" 5 | "Πρόσβαση SIM Bluetooth" 6 | "Αίτημα εφαρμογής-πελάτη για αποσύνδεση;" 7 | "Αναμονή για αποσύνδεση εφαρμογής-πελάτη" 8 | "Αποσύνδεση" 9 | "Αναγκαστική αποσύνδεση" 10 | 11 | -------------------------------------------------------------------------------- /res/values-en-rAU/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Unable to send file, retrying\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-en-rAU/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-en-rAU/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM access" 5 | "Bluetooth SIM Access" 6 | "Request client to disconnect?" 7 | "Waiting for client to disconnect" 8 | "Disconnect" 9 | "Force disconnect" 10 | 11 | -------------------------------------------------------------------------------- /res/values-en-rGB/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-en-rGB/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-en-rGB/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM access" 5 | "Bluetooth SIM Access" 6 | "Request client to disconnect?" 7 | "Waiting for client to disconnect" 8 | "Disconnect" 9 | "Force disconnect" 10 | 11 | -------------------------------------------------------------------------------- /res/values-en-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Unable to send file, retrying\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-en-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-en-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM access" 5 | "Bluetooth SIM Access" 6 | "Request client to disconnect?" 7 | "Waiting for client to disconnect" 8 | "Disconnect" 9 | "Force disconnect" 10 | 11 | -------------------------------------------------------------------------------- /res/values-en-rPT/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-en-rPT/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-eo/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-eo/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-es-rCO/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-es-rCO/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-es-rMX/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-es-rMX/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-es-rUS/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | No se pudo enviar el archivo, reintentando\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-es-rUS/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-es-rUS/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Acceso a SIM mediante Bluetooth" 5 | "Acceso a SIM mediante Bluetooth" 6 | "¿Quieres solicitar al cliente que se desconecte?" 7 | "Esperando a que el cliente se desconecte" 8 | "Desconectar" 9 | "Forzar desconexión" 10 | 11 | -------------------------------------------------------------------------------- /res/values-es/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | No se puede enviar el archivo, reintentando\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-es/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-es/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Perfil Bluetooth de acceso a la tarjeta SIM" 5 | "Perfil Bluetooth de acceso a la tarjeta SIM" 6 | "¿Solicitar al cliente que se desconecte?" 7 | "Esperando al cliente para desconectar" 8 | "Desconectar" 9 | "Forzar desconexión" 10 | 11 | -------------------------------------------------------------------------------- /res/values-et-rEE/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Ei saanud saata faili, proovin uuesti\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-et-rEE/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-et-rEE/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetoothi SIM-kaardi juurdepääs" 5 | "Bluetoothi SIM-kaardi juurdepääs" 6 | "Kas paluda kliendil ühendus katkestada?" 7 | "Kliendi ühenduse katkestamise ootel" 8 | "Katkesta ühendus" 9 | "Sundkatkesta ühendus" 10 | 11 | -------------------------------------------------------------------------------- /res/values-eu-rES/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-eu-rES/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM sarbidea" 5 | "Bluetooth SIM sarbidea" 6 | "Deskonektatzeko eskatu nahi diozu bezeroari?" 7 | "Bezeroa noiz deskonektatuko zain" 8 | "Deskonektatu" 9 | "Behartu deskonektatzera" 10 | 11 | -------------------------------------------------------------------------------- /res/values-fa/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | فایل فرستاده نشد، تلاش مجدد\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-fa/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-fa/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "دسترسی به سیم‌کارت بلوتوث" 5 | "دسترسی به سیم‌کارت بلوتوث" 6 | "قطع ارتباط از کلاینت درخواست شود؟" 7 | "در انتظار کلاینت برای قطع ارتباط" 8 | "قطع ارتباط" 9 | "قطع ارتباط اجباری" 10 | 11 | -------------------------------------------------------------------------------- /res/values-fi/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-fi/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM -käyttö" 5 | "Bluetooth SIM -käyttö" 6 | "Pyydetäänkö asiakassovellusta katkaisemaan yhteys?" 7 | "Odotetaan, että asiakassovellus katkaisee yhteyden." 8 | "Katkaise yhteys" 9 | "Pakota yhteyden katkaiseminen" 10 | 11 | -------------------------------------------------------------------------------- /res/values-fil-rPH/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-fr-rCA/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-fr-rCA/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-fr-rCA/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Accès SIM Bluetooth" 5 | "Accès SIM Bluetooth" 6 | "Demander au client de se déconnecter?" 7 | "En attente de déconnexion du client…" 8 | "Déconnecter" 9 | "Forcer la déconnexion" 10 | 11 | -------------------------------------------------------------------------------- /res/values-fr/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-fr/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Accès SIM Bluetooth" 5 | "Accès SIM Bluetooth" 6 | "Demander au client de se déconnecter ?" 7 | "En attente de déconnexion du client…" 8 | "Déconnecter" 9 | "Forcer la déconnexion" 10 | 11 | -------------------------------------------------------------------------------- /res/values-frp-rIT/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-frp-rIT/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-fy-rNL/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-fy-rNL/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-ga-rIE/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-ga-rIE/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-gd-rGB/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-gd-rGB/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-gl-rES/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-gl-rES/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Acceso á SIM do Bluetooth" 5 | "Acceso á SIM do Bluetooth" 6 | "Queres solicitar ao cliente que desconecte?" 7 | "Esperando a que o cliente desconecte" 8 | "Desconectar" 9 | "Forzar desconexión" 10 | 11 | -------------------------------------------------------------------------------- /res/values-gu-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ફાઇલ મોકલવામાં ‌અક્ષમ, પુનઃપ્રયાસ થાય છે\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-gu-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-gu-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM ઍક્સેસ" 5 | "Bluetooth SIM ઍક્સેસ" 6 | "ક્લાઇન્ટને ડિસ્કનેક્ટ કરવાની વિનંતી કરીએ?" 7 | "ડિસ્કનેક્ટ કરવા માટે ક્લાઇન્ટની રાહ જોઈ રહ્યાં છે" 8 | "ડિસ્કનેક્ટ કરો" 9 | "ડિસ્કનેક્ટ કરવાની ફરજ પાડો" 10 | 11 | -------------------------------------------------------------------------------- /res/values-hi/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | फ़ाइल नहीं भेज सके, फिर से कोशिश कर रहे हैं\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-hi/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-hi/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ब्लूटूथ सिम ऐक्सेस" 5 | "ब्लूटूथ सिम ऐक्सेस" 6 | "डिस्कनेक्ट करने के लिए क्लाइंट से अनुरोध करें?" 7 | "डिस्कनेक्ट करने के लिए क्लाइंट की प्रतीक्षा की जा रही है" 8 | "डिस्कनेक्ट करें" 9 | "बलपूर्वक डिस्कनेक्ट करें" 10 | 11 | -------------------------------------------------------------------------------- /res/values-hr/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-hr/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Pristup SIM-u putem Bluetootha" 5 | "Pristup SIM-u putem Bluetootha" 6 | "Želite li postaviti zahtjev klijentu da prekine vezu?" 7 | "Čekanje da klijent prekine vezu." 8 | "Prekini vezu" 9 | "Prisilno prekini vezu" 10 | 11 | -------------------------------------------------------------------------------- /res/values-hu/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Bejövő fájl egy másik készülékről. Erősítse meg, hogy szeretné-e fogadni. 20 | Fájl küldése sikertelen, újraküldés\u2026 21 | 22 | -------------------------------------------------------------------------------- /res/values-hu/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-hu/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM-elérés" 5 | "Bluetooth SIM-elérés" 6 | "Ügyfél felkérése szétválasztásra?" 7 | "Várakozás az ügyfél szétválasztására" 8 | "Szétválasztás" 9 | "Szétválasztás kényszerítése" 10 | 11 | -------------------------------------------------------------------------------- /res/values-hy-rAM/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-hy-rAM/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-hy-rAM/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "SIM քարտի օգտագործում Bluetooth-ի միջոցով" 5 | "SIM քարտի օգտագործում Bluetooth-ի միջոցով" 6 | "Խնդրե՞լ սպասառուին անջատել:" 7 | "Սպասառուի անջատման սպասում" 8 | "Անջատել" 9 | "Հարկադրաբար անջատել" 10 | 11 | -------------------------------------------------------------------------------- /res/values-in/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-in/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Akses SIM Bluetooth" 5 | "Akses SIM Bluetooth" 6 | "Minta klien untuk memutus sambungan?" 7 | "Menunggu klien untuk memutus sambungan" 8 | "Putuskan sambungan" 9 | "Putuskan paksa sambungan" 10 | 11 | -------------------------------------------------------------------------------- /res/values-is-rIS/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-is-rIS/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-is-rIS/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth-aðgangur að SIM-korti" 5 | "Bluetooth-aðgangur að SIM-korti" 6 | "Biðja biðlara um að aftengjast?" 7 | "Bíður eftir að biðlari aftengist" 8 | "Aftengja" 9 | "Þvinga aftengingu" 10 | 11 | -------------------------------------------------------------------------------- /res/values-it/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-it/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Accesso SIM Bluetooth" 5 | "Accesso SIM Bluetooth" 6 | "Richiedere al client di disconnettersi?" 7 | "In attesa della disconnessione del client" 8 | "Disconnetti" 9 | "Forza disconnessione" 10 | 11 | -------------------------------------------------------------------------------- /res/values-iw/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | שליחת הקובץ נכשלה, מנסה שנית\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-iw/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-iw/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "‏גישת SIM ל-Bluetooth" 5 | "‏גישת SIM ל-Bluetooth" 6 | "האם לבקש מלקוח להתנתק?" 7 | "ממתין לניתוק לקוח" 8 | "נתק" 9 | "אלץ ניתוק" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ja/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | 他の端末からファイルが送信されています。このファイルを受け取るかどうか確認してください。 20 | ファイルを送信できませんでした、再試行しています\u2026 21 | 22 | -------------------------------------------------------------------------------- /res/values-ja/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ja/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIMアクセス" 5 | "Bluetooth SIMアクセス" 6 | "クライアントに接続解除をリクエストしますか?" 7 | "クライアントの接続解除を待機しています" 8 | "接続を解除" 9 | "強制的に接続解除" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ka-rGE/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-ka-rGE/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ka-rGE/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM წვდომა" 5 | "Bluetooth SIM წვდომა" 6 | "ვთხოვოთ კლიენტს კავშირის გაწყვეტა?" 7 | "ელოდება კლიენტს, რომ გაწყვიტოს კავშირი." 8 | "კავშირის გაწყვეტა" 9 | "კავშირის იძულებითი გაწყვეტა" 10 | 11 | -------------------------------------------------------------------------------- /res/values-kk-rKZ/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-kk-rKZ/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-kk-rKZ/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth арқылы SIM картасына кіру" 5 | "Bluetooth арқылы SIM картасына кіру" 6 | "Клиенттен ажырауын сұрау керек пе?" 7 | "Клиенттің ажырағаны күтілуде" 8 | "Ажырату" 9 | "Мәжбүрлеп ажырату" 10 | 11 | -------------------------------------------------------------------------------- /res/values-km-rKH/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-km-rKH/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-km-rKH/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ការចូលដំណើរការស៊ីមតាមប៊្លូធូស" 5 | "ការចូលដំណើរការស៊ីមតាមប៊្លូធូស" 6 | "ស្នើឲ្យម៉ាស៊ីនកូនធ្វើការផ្តាច់?" 7 | "កំពុងរង់ចាំម៉ាស៊ីនកូនឲ្យផ្តាច់" 8 | "ផ្ដាច់" 9 | "បង្ខំឲ្យផ្តាច់" 10 | 11 | -------------------------------------------------------------------------------- /res/values-kn-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ಕಡತ ಕಳುಹಿಸಲು ಸಾಧವಾಗುತ್ತಿಲ್ಲ, ಮರುಪ್ರಯತ್ನಿಸುತ್ತಿದೆ\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-kn-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-kn-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ಬ್ಲೂಟೂತ್ ಸಿಮ್ ಪ್ರವೇಶ" 5 | "ಬ್ಲೂಟೂತ್ ಸಿಮ್ ಪ್ರವೇಶ" 6 | "ಕಡಿತಗೊಳಿಸಲು ಕ್ಲೈಂಟ್ ಅನ್ನು ವಿನಂತಿಸುವುದೇ?" 7 | "ಕಡಿತಗೊಳಿಸಲು ಕ್ಲೈಂಟ್‌ಗೆ ನಿರೀಕ್ಷಿಸಲಾಗುತ್ತಿದೆ" 8 | "ಸಂಪರ್ಕ ಕಡಿತಗೊಳಿಸಿ" 9 | "ಒತ್ತಾಯದ ಕಡಿತಗೊಳಿಸುವಿಕೆ" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ko/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | 파일 전송 실패, 재시도 중\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-ko/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ko/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "블루투스 SIM 액세스" 5 | "블루투스 SIM 액세스" 6 | "클라이언트가 연결 해제하도록 요청하시겠습니까?" 7 | "클라이언트가 연결 해제하도록 대기 중" 8 | "연결 끊기" 9 | "강제 연결 해제" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ko/test_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "안녕하세요. TestActivity" 5 | "블루투스 공유" 6 | "기록 삽입" 7 | "기록 확인" 8 | "기록 인식" 9 | "모든 기록 삭제" 10 | "확인" 11 | "기록 삭제" 12 | "TCP 서버 시작" 13 | "TCP 서버 알림" 14 | 15 | -------------------------------------------------------------------------------- /res/values-ku/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ناتوانرێت فایل بنێردرێت، دوبارەهەوڵبەرەوە\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-ky-rKG/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-ky-rKG/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ky-rKG/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM уруксаты" 5 | "Bluetooth SIM Уруксаты" 6 | "Кардардан ажыратуу өтүнүлсүнбү?" 7 | "Кардардын ажыратышы күтүлүүдө" 8 | "Ажыратуу" 9 | "Мажбурлап ажыратуу" 10 | 11 | -------------------------------------------------------------------------------- /res/values-lb/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Konnt de Fichier net schécken, gëtt nees probéiert\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-lo-rLA/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-lo-rLA/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-lo-rLA/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ການ​ເຂົ້າ​ຫາ Bluetooth SIM" 5 | "ການ​ເຂົ້າ​ຫາ Bluetooth SIM" 6 | "ຂໍ​ໃຫ້​ລູກ​ຂ່າຍ​ຕັດ​ການ​ເຊື່ອມ​ຕໍ່?" 7 | "ກຳ​ລັງ​ລໍ​ຖ້າ​ໃຫ້​ລູກ​ຂ່າຍ​ຕັດ​ການ​ເຊື່ອມ​ຕໍ່" 8 | "ຕັດການເຊື່ອມຕໍ່" 9 | "ບັງ​ຄັບ​ໃຫ້​ຕັດ​ເຊື່ອມ​ຕໍ່" 10 | 11 | -------------------------------------------------------------------------------- /res/values-lt/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Nepavyko išsiųsti failo, bandoma dar kartą\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-lt/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-lt/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "„Bluetooth“ SIM prieiga" 5 | "„Bluetooth“ SIM prieiga" 6 | "Prašyti kliento atsijungti?" 7 | "Laukiama, kol klientas atsijungs" 8 | "Atsijungti" 9 | "Priverstinai atjungti" 10 | 11 | -------------------------------------------------------------------------------- /res/values-lv/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Neizdevās nosūtīt failu, atkārtoju\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-lv/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-lv/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM piekļuve" 5 | "Bluetooth SIM piekļuve" 6 | "Vai pieprasīt, lai klients atvienotos?" 7 | "Gaida, kad klients atvienosies" 8 | "Atvienot" 9 | "Atvienot piespiedu kārtā" 10 | 11 | -------------------------------------------------------------------------------- /res/values-mk-rMK/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-mk-rMK/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-mk-rMK/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Пристап до СИМ преку Bluetooth" 5 | "Пристап до СИМ преку Bluetooth" 6 | "Побарајте да се исклучи клиентот?" 7 | "Се чека да се исклучи клиентот" 8 | "Исклучи" 9 | "Присилно исклучување" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ml-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ഫയൽ അയക്കാൻ കഴിയുന്നില്ല, വീണ്ടും ശ്രമിക്കുന്നു\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-ml-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ml-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM ആക്‌സസ്സ്" 5 | "Bluetooth SIM ആക്‌സസ്സ്" 6 | "വിച്‌ഛേദിക്കുന്നതിന് ക്ലയന്റിനോട് അഭ്യർത്ഥിക്കണോ?" 7 | "ക്ലയന്റ് വിച്‌ഛേദിക്കുന്നതിനായി കാത്തിരിക്കുന്നു" 8 | "വിച്ഛേദിക്കുക" 9 | "നിർബന്ധിതമായി വിച്‌ഛേദിക്കുക" 10 | 11 | -------------------------------------------------------------------------------- /res/values-mn-rMN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-mn-rMN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-mn-rMN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM хандалт" 5 | "Bluetooth SIM хандалт" 6 | "Үйлчлүүлэгчээс салгахыг хүсэх үү?" 7 | "Үйлчлүүлэгчийг салгахыг хүлээж байна" 8 | "Салгах" 9 | "Хүчээр салгах" 10 | 11 | -------------------------------------------------------------------------------- /res/values-mr-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | फाइल पाठवण्यात अक्षम, पुन्हा प्रयत्न करत आहे\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-mr-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-mr-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ब्लूटुथ सिम प्रवेश" 5 | "ब्लूटुथ सिम प्रवेश" 6 | "डिस्कनेक्‍ट करण्याची क्लायंटला विनंती करायची?" 7 | "क्लायंटने डिस्कनेक्ट करण्‍याची प्रतीक्षा करीत आहे" 8 | "‍डिस्कनेक्ट करा" 9 | "डिस्कनेक्‍ट करण्‍याची सक्ती करा" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ms-rMY/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-ms-rMY/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ms-rMY/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Akses SIM Bluetooth" 5 | "Akses SIM Bluetooth" 6 | "Minta pelanggan memutuskan sambungan?" 7 | "Menunggu pelanggan untuk memutuskan sambungan" 8 | "Putus sambungan" 9 | "Paksa putuskan sambungan" 10 | 11 | -------------------------------------------------------------------------------- /res/values-my-rMM/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-my-rMM/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-my-rMM/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ဘလူးတုသ် SIM ဝင်ရောက်သုံးမှု" 5 | "ဘလူးတုသ် SIM ဝင်ရောက်သုံးမှု" 6 | "ကလိုင်းယင့်အား ချိတ်ဆက်မှု ဖြုတ်ရန် တောင်းဆိုမည်လား?" 7 | "ချိတ်ဆက်မှုဖြတ်ရန် ကလိုင်းယင့်များအား စောင့်ဆိုင်းနေစဉ်" 8 | "ဆက်သွယ်မှု ဖြတ်ရန်" 9 | "ချိတ်ဆက်မှု မဖြစ်မနေ ဖြတ်တောက်ရန်" 10 | 11 | -------------------------------------------------------------------------------- /res/values-nb/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Innkommende fil fra en annen enhet. Bekreft at du vil motta denne filen. 20 | Kan ikke sende filen, prøver på nytt\u2026 21 | 22 | -------------------------------------------------------------------------------- /res/values-nb/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-nb/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM access" 5 | "Bluetooth SIM Access" 6 | "Vil du be klienten om å koble fra?" 7 | "Venter på at klienten skal koble fra" 8 | "Koble fra" 9 | "Tving frakobling" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ne-rNP/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-ne-rNP/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ne-rNP/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ब्लुटुथ SIM पहुँच" 5 | "ब्लुटुथ SIM पहुँच" 6 | "विच्छेदन गर्न ग्राहकलाई अनुरोध गर्ने हो?" 7 | "ग्राहकको विच्छेदन प्रतीक्षा गर्दै" 8 | "विच्छेदन गर्नुहोस्" 9 | "बलपूर्वक विच्छेदन गर्नुहोस्" 10 | 11 | -------------------------------------------------------------------------------- /res/values-nl/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-nl/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Simtoegang via Bluetooth" 5 | "Simtoegang via Bluetooth" 6 | "Verzoek indienen om verbinding met client te verbreken?" 7 | "Wachten tot verbinding met client wordt verbroken" 8 | "Verbinding verbreken" 9 | "Verbreken van verbinding forceren" 10 | 11 | -------------------------------------------------------------------------------- /res/values-oc-rFR/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-oc-rFR/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-or-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ଫାଇଲ୍‍ ପଠାଇବା ପାଇଁ ଅଷମ ହେଉଛୁ, ପୁନର୍ବାର ଚେଷ୍ଟା କରୁଛି\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-or-rIN/strings_pbap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/values-pa-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-pa-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-pa-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "ਬਲੂਟੁੱਥ ਸਿਮ ਐਕਸੈਸ" 5 | "ਬਲੂਟੁੱਥ ਸਿਮ ਐਕਸੈਸ" 6 | "ਕੀ ਡਿਸਕਨੈਕਟ ਕਰਨ ਲਈ ਕਲਾਇੰਟ ਨੂੰ ਬੇਨਤੀ ਕਰਨੀ ਹੈ?" 7 | "ਡਿਸਕਨੈਕਟ ਕਰਨ ਲਈ ਕਲਾਇੰਟ ਦੀ ਉਡੀਕ ਹੋਰ ਰਹੀ ਹੈ" 8 | "ਡਿਸਕਨੈਕਟ ਕਰੋ" 9 | "ਜ਼ੋਰ ਨਾਲ ਡਿਸਕਨੈਕਟ ਕਰੋ" 10 | 11 | -------------------------------------------------------------------------------- /res/values-pl/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-pl/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Dostęp do karty SIM przez Bluetooth" 5 | "Dostęp do karty SIM przez Bluetooth" 6 | "Zażądać odłączenia od klienta?" 7 | "Oczekiwanie na odłączenie klienta" 8 | "Odłącz" 9 | "Wymuś odłączenie" 10 | 11 | -------------------------------------------------------------------------------- /res/values-pt-rPT/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-pt-rPT/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Acesso Bluetooth ao SIM" 5 | "Acesso Bluetooth ao SIM" 6 | "Pretende pedir ao cliente para desligar?" 7 | "A aguardar que o cliente desligue" 8 | "Desligar" 9 | "Forçar desligamento" 10 | 11 | -------------------------------------------------------------------------------- /res/values-pt/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-pt/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Acesso SIM Bluetooth" 5 | "Acesso SIM Bluetooth" 6 | "Solicitar a desconexão do cliente?" 7 | "Aguardando a desconexão do cliente" 8 | "Desconectar" 9 | "Forçar desconexão" 10 | 11 | -------------------------------------------------------------------------------- /res/values-rm/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-ro/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Imposibil de transmis fișierul, se reîncearcă\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-ro/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ro/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Accesul la SIM prin Bluetooth" 5 | "Accesul la SIM prin Bluetooth" 6 | "Solicitați clientului să se deconecteze?" 7 | "Se așteaptă deconectarea clientului" 8 | "Deconectați-vă" 9 | "Deconectați forțat" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ru/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ru/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Доступ к SIM-карте через Bluetooth" 5 | "Доступ к SIM-карте через Bluetooth" 6 | "Попросить клиента отключиться?" 7 | "Подождите…" 8 | "Отключить" 9 | "Отключить принудительно" 10 | 11 | -------------------------------------------------------------------------------- /res/values-si-rLK/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-si-rLK/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-si-rLK/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "බ්ලූටූත් SIM ප්‍රවේශය" 5 | "බ්ලූටූත් SIM ප්‍රවේශය" 6 | "විසන්ධි කිරීමට සේවාලාභියාගෙන් ඉල්ලා සිටින්නද?" 7 | "සේවාලාභියා විසන්ධි කරන තෙක් රැඳී සිටිමින්" 8 | "විසන්ධි කරන්න" 9 | "බලෙන් විසන්ධි කිරීම" 10 | 11 | -------------------------------------------------------------------------------- /res/values-sk/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-sk/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Prístup k SIM karte prostredníctvom rozhrania Bluetooth" 5 | "Prístup k SIM karte prostredníctvom rozhrania Bluetooth" 6 | "Chcete požiadať klienta, aby sa odpojil?" 7 | "Čaká sa na odpojenie klienta" 8 | "Odpojiť" 9 | "Vynútiť odpojenie" 10 | 11 | -------------------------------------------------------------------------------- /res/values-sl/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-sl/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Dostop do kartice SIM prek Bluetootha" 5 | "Dostop do kartice SIM prek Bluetootha" 6 | "Želite zahtevati, da odjemalec prekine povezavo?" 7 | "Čakanje, da odjemalec prekine povezavo" 8 | "Prekini povezavo" 9 | "Vsili prekinitev povezave" 10 | 11 | -------------------------------------------------------------------------------- /res/values-sq-rAL/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-sq-rAL/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-sq-rAL/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Qasja në kartën SIM përmes Bluetooth-it" 5 | "Qasja në kartën SIM përmes Bluetooth-it" 6 | "T\'i kërkohet klientit që të shkëputet?" 7 | "Po pret që klienti të shkëputet" 8 | "Shkëput" 9 | "Detyro shkëputjen" 10 | 11 | -------------------------------------------------------------------------------- /res/values-sr/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Није могуће послати датотеку, понављам\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-sr/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-sr/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Приступ SIM картици преко Bluetooth-а" 5 | "Приступ SIM картици преко Bluetooth-а" 6 | "Желите ли да пошаљете клијенту захтев за прекид везе?" 7 | "Чека се да клијент прекине везу" 8 | "Прекини везу" 9 | "Принудно прекини везу" 10 | 11 | -------------------------------------------------------------------------------- /res/values-sv/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Kunde inte skicka filen, försöker igen\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-sv/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-sv/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "SIM-åtkomst för Bluetooth" 5 | "SIM-åtkomst för Bluetooth" 6 | "Vill du begära att klienten ska koppla från?" 7 | "Väntar på att klienten ska koppla från" 8 | "Koppla från" 9 | "Tvinga frånkoppling" 10 | 11 | -------------------------------------------------------------------------------- /res/values-sw/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-sw/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-sw/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM access" 5 | "Bluetooth SIM Access" 6 | "Je, ungependa kuomba mteja aondoe?" 7 | "Inasubiri mteja aondoe" 8 | "Ondoa" 9 | "Lazimisha kuondoa" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ta-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | கோப்பை அனுப்ப முடியவில்லை, மறுமுயற்சிசெய்கிறது\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-ta-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ta-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "புளூடூத் SIM அணுகல்" 5 | "புளூடூத் SIM அணுகல்" 6 | "துண்டிக்க, க்ளையன்ட்டிடம் கோரவா?" 7 | "துண்டிக்க, க்ளையன்ட்க்காகக் காத்திருக்கிறது" 8 | "தொடர்பைத் துண்டி" 9 | "கட்டாயமாகத் துண்டி" 10 | 11 | -------------------------------------------------------------------------------- /res/values-te-rIN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ఫైలును పంపడం కుదరలేదు, తిరిగి ప్రయత్నించబడుతోంది\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-te-rIN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-te-rIN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "బ్లూటూత్ SIM ప్రాప్యత" 5 | "బ్లూటూత్ SIM ప్రాప్యత" 6 | "డిస్‌కనెక్ట్ చేయడానికి క్లయింట్‌ను అభ్యర్థించాలా?" 7 | "డిస్‌కనెక్ట్ చేయడానికి క్లయింట్ కోసం వేచి ఉంది" 8 | "డిస్‌కనెక్ట్ చేయి" 9 | "నిర్బంధంగా డిస్‌కనెక్ట్ చేయి" 10 | 11 | -------------------------------------------------------------------------------- /res/values-th/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ไม่สามารถส่งไฟล์ได้ กำลังลองอีกครั้ง\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-th/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-th/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "การเข้าถึงซิมบลูทูธ" 5 | "การเข้าถึงซิมบลูทูธ" 6 | "ขอให้ไคลเอ็นต์ยกเลิกการเชื่อมต่อใช่ไหม" 7 | "รอให้ไคลเอ็นต์ยกเลิกการเชื่อมต่อ" 8 | "ยกเลิกการเชื่อมต่อ" 9 | "บังคับให้ยกเลิกการเชื่อมต่อ" 10 | 11 | -------------------------------------------------------------------------------- /res/values-tl/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-tl/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Access ng Bluetooth sa SIM" 5 | "Access ng Bluetooth sa SIM" 6 | "Hilinging magdiskonekta ang client?" 7 | "Hinihintay na magdiskonekta ang client" 8 | "Idiskonekta" 9 | "Puwersahang idiskonekta" 10 | 11 | -------------------------------------------------------------------------------- /res/values-tr/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Dosya gönderilemedi, yeniden deneniyor\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-tr/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-tr/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Bluetooth SIM erişimi" 5 | "Bluetooth SIM Erişimi" 6 | "İstemciden bağlantıyı kesmesi istensin mi?" 7 | "İstemci bağlantısının kesilmesi bekleniyor" 8 | "Bağlantıyı kes" 9 | "Bağlantı kesmeyi zorla" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ug/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | ھۆججەتنى يوللىيالمىدى، قايتا سىناۋاتىدۇ\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-uk/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Не вдається надіслати файл, повторна спроба\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-uk/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-uk/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Доступ до SIM-карти через Bluetooth" 5 | "Доступ до SIM-карти через Bluetooth" 6 | "Попросити клієнта відключитися?" 7 | "Клієнт відключається" 8 | "Відключити" 9 | "Відключити примусово" 10 | 11 | -------------------------------------------------------------------------------- /res/values-ur-rPK/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-ur-rPK/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-ur-rPK/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "‏بلوٹوتھ SIM رسائی" 5 | "‏بلوٹوتھ SIM رسائی" 6 | "کلائنٹ سے غیر منسلک کرنے کی درخواست کریں؟" 7 | "کلائنٹ کے غیر منسلک کرنے کا منتظر" 8 | "غیر منسلک کریں" 9 | "زبردستی غیر منسلک کریں" 10 | 11 | -------------------------------------------------------------------------------- /res/values-uz-rUZ/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-uz-rUZ/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-uz-rUZ/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "SIM kartaga Bluetooth orqali kirish" 5 | "SIM kartaga Bluetooth orqali kirish" 6 | "Aloqani uzish so‘rovi yuborilsinmi?" 7 | "Iltimos, kuting…" 8 | "Aloqani uzish" 9 | "Aloqani majburan uzish" 10 | 11 | -------------------------------------------------------------------------------- /res/values-vi/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | Không thể gửi tập tin, đang thử lại\u2026 20 | 21 | -------------------------------------------------------------------------------- /res/values-vi/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-vi/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Truy cập SIM Bluetooth" 5 | "Truy cập SIM Bluetooth" 6 | "Yêu cầu khách hàng ngắt kết nối?" 7 | "Đợi khách hàng ngắt kết nối" 8 | "Ngắt kết nối" 9 | "Buộc ngắt kết nối" 10 | 11 | -------------------------------------------------------------------------------- /res/values-zh-rCN/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | 另一台设备尝试传入文件。请确认您是否要接受此文件。 20 | 无法发送文件,正在重试\u2026 21 | 22 | -------------------------------------------------------------------------------- /res/values-zh-rCN/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-zh-rCN/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "蓝牙 SIM 卡存取" 5 | "蓝牙 SIM 卡存取" 6 | "要请求客户端断开连接吗?" 7 | "正在等待客户端断开连接" 8 | "断开连接" 9 | "强制断开连接" 10 | 11 | -------------------------------------------------------------------------------- /res/values-zh-rCN/test_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "世界,你好,测试活动" 5 | "蓝牙共享" 6 | "插入记录" 7 | "确认记录" 8 | "Ack记录" 9 | "删除所有记录" 10 | "确定" 11 | "删除记录" 12 | "启动TCP服务器" 13 | "通知TCP服务器" 14 | 15 | -------------------------------------------------------------------------------- /res/values-zh-rHK/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-zh-rHK/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-zh-rHK/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "藍牙 SIM 卡存取" 5 | "藍牙 SIM 卡存取" 6 | "要求用戶端中斷連線嗎?" 7 | "正在等待用戶端中斷連線。" 8 | "中斷連線" 9 | "強制中斷連線" 10 | 11 | -------------------------------------------------------------------------------- /res/values-zh-rHK/test_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "TestActivity,向全世界問好!" 5 | "藍牙分享" 6 | "插入記錄" 7 | "確認記錄" 8 | "Ack 記錄" 9 | "刪除所有記錄" 10 | "確定" 11 | "刪除記錄" 12 | "啟動 TCP 伺服器" 13 | "通知 TCP 伺服器" 14 | 15 | -------------------------------------------------------------------------------- /res/values-zh-rTW/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | 有另一台裝置嘗試傳送檔案,請確認是否要接受此檔案。 20 | 無法傳送檔案,正在重試\u2026 21 | 22 | -------------------------------------------------------------------------------- /res/values-zh-rTW/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-zh-rTW/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "藍牙 SIM 卡存取權" 5 | "藍牙 SIM 卡存取權" 6 | "要求用戶端中斷連線?" 7 | "等待用戶端中斷連線" 8 | "中斷連線" 9 | "強制中斷連線" 10 | 11 | -------------------------------------------------------------------------------- /res/values-zh-rTW/test_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Hello World, TestActivity" 5 | "藍牙分享" 6 | "插入記錄" 7 | "確認記錄" 8 | "Ack 記錄" 9 | "刪除所有紀錄" 10 | "確定" 11 | "刪除記錄" 12 | "啟動 TCP 伺服器" 13 | "通知 TCP 伺服器" 14 | 15 | -------------------------------------------------------------------------------- /res/values-zu/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 | 19 | -------------------------------------------------------------------------------- /res/values-zu/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "com.android.bluetooth.pbapsink" 5 | 6 | -------------------------------------------------------------------------------- /res/values-zu/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Ukufinyelela kwe-Bluetooth SIM" 5 | "Ukufinyelela kwe-Bluetooth SIM" 6 | "Cela iklayenti ukuthi linqamule?" 7 | "Ilindele iklayenti ukuthi linqamule" 8 | "Nqamula" 9 | "Phoqa ukunqamula" 10 | 11 | -------------------------------------------------------------------------------- /res/values/cm_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | Incoming file from another device. Confirm you want to receive this file. 19 | 20 | Unable to send file, retrying\u2026 21 | 22 | -------------------------------------------------------------------------------- /res/values/strings_pbap_client.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.android.bluetooth.pbapsink 4 | 5 | -------------------------------------------------------------------------------- /res/values/strings_sap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Bluetooth SIM access 4 | Bluetooth SIM Access 5 | Request client to disconnect? 6 | Waiting for client to disconnect 7 | Disconnect 8 | Force disconnect 9 | 10 | -------------------------------------------------------------------------------- /res/values/test_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Hello World, TestActivity 4 | Bluetooth Share 5 | Insert record 6 | Confirm record 7 | Ack record 8 | Delete all record 9 | OK 10 | Delete record 11 | Start TCP server 12 | Notify TCP server 13 | 14 | -------------------------------------------------------------------------------- /res/xml/authenticator.xml: -------------------------------------------------------------------------------- 1 | 2 | 16 | 19 | -------------------------------------------------------------------------------- /res/xml/file_paths.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/com/android/bluetooth/map/BluetoothMapSettingsDataHolder.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2014 Samsung System LSI 3 | * Licensed under the Apache License, Version 2.0 (the "License"); 4 | * you may not use this file except in compliance with the License. 5 | * You may obtain a copy of the License at 6 | * 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * 9 | * Unless required by applicable law or agreed to in writing, software 10 | * distributed under the License is distributed on an "AS IS" BASIS, 11 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | * See the License for the specific language governing permissions and 13 | * limitations under the License. 14 | */ 15 | 16 | package com.android.bluetooth.map; 17 | 18 | import java.util.HashMap; 19 | 20 | public class BluetoothMapSettingsDataHolder { 21 | public static HashMap mCheckedChilds = new HashMap(); 22 | } 23 | 24 | -------------------------------------------------------------------------------- /tests/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH:= $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | # We only want this apk build for tests. 5 | LOCAL_MODULE_TAGS := optional 6 | LOCAL_CERTIFICATE := platform 7 | 8 | LOCAL_JAVA_LIBRARIES := javax.obex android.test.runner telephony-common libprotobuf-java-micro 9 | LOCAL_STATIC_JAVA_LIBRARIES := com.android.emailcommon littlemock dexmaker 10 | 11 | # Include all test java files. 12 | LOCAL_SRC_FILES := $(call all-java-files-under, src) 13 | # LOCAL_SRC_FILES := src/com/android/bluetooth/tests/BluetoothMapContentTest.java 14 | 15 | LOCAL_PACKAGE_NAME := BluetoothProfileTests 16 | 17 | LOCAL_INSTRUMENTATION_FOR := Bluetooth 18 | 19 | include $(BUILD_PACKAGE) 20 | -------------------------------------------------------------------------------- /tests/src/com/android/bluetooth/gatt/GattServiceTest.java: -------------------------------------------------------------------------------- 1 | 2 | package com.android.bluetooth.gatt; 3 | 4 | import android.test.AndroidTestCase; 5 | import android.test.suitebuilder.annotation.SmallTest; 6 | 7 | import com.android.bluetooth.gatt.GattService; 8 | 9 | /** 10 | * Test cases for {@link GattService}. 11 | */ 12 | public class GattServiceTest extends AndroidTestCase { 13 | 14 | @SmallTest 15 | public void testParseBatchTimestamp() { 16 | GattService service = new GattService(); 17 | long timestampNanos = service.parseTimestampNanos(new byte[] { 18 | -54, 7 }); 19 | assertEquals(99700000000L, timestampNanos); 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /tests/src/com/android/bluetooth/tests/ISeqStepAction.java: -------------------------------------------------------------------------------- 1 | package com.android.bluetooth.tests; 2 | 3 | import java.io.IOException; 4 | 5 | import javax.obex.HeaderSet; 6 | import javax.obex.Operation; 7 | 8 | public interface ISeqStepAction { 9 | 10 | void execute(SeqStep step, HeaderSet request, Operation op) 11 | throws IOException; 12 | 13 | } 14 | -------------------------------------------------------------------------------- /tests/src/com/android/bluetooth/tests/ISeqStepValidator.java: -------------------------------------------------------------------------------- 1 | package com.android.bluetooth.tests; 2 | 3 | import java.io.IOException; 4 | 5 | import javax.obex.HeaderSet; 6 | import javax.obex.Operation; 7 | 8 | /** 9 | * Interface to validate test step result 10 | */ 11 | public interface ISeqStepValidator { 12 | boolean validate(SeqStep step, HeaderSet response, Operation op) 13 | throws IOException; 14 | 15 | } 16 | -------------------------------------------------------------------------------- /tests/src/com/android/bluetooth/tests/ITestSequenceBuilder.java: -------------------------------------------------------------------------------- 1 | package com.android.bluetooth.tests; 2 | 3 | public interface ITestSequenceBuilder { 4 | 5 | /** 6 | * Add steps to a sequencer 7 | * @param sequencer The sequencer the steps will be added to. 8 | */ 9 | public void build(TestSequencer sequencer); 10 | 11 | } 12 | -------------------------------------------------------------------------------- /tests/src/com/android/bluetooth/tests/ITestSequenceConfigurator.java: -------------------------------------------------------------------------------- 1 | package com.android.bluetooth.tests; 2 | 3 | import java.util.ArrayList; 4 | import java.util.concurrent.CountDownLatch; 5 | 6 | import javax.obex.ServerRequestHandler; 7 | 8 | public interface ITestSequenceConfigurator { 9 | 10 | /** Use this to customize a serverRequestHandler 11 | * @param sequence A reference to the sequence to handle 12 | * @param stopLatch a reference to a latch that must be count down, when test completes. 13 | * @return Reference to the ServerRequestHandler. 14 | */ 15 | public ServerRequestHandler getObexServer(ArrayList sequence, 16 | CountDownLatch stopLatch); 17 | } 18 | -------------------------------------------------------------------------------- /tests/src/com/android/bluetooth/tests/MockMasInstance.java: -------------------------------------------------------------------------------- 1 | package com.android.bluetooth.tests; 2 | 3 | import com.android.bluetooth.map.BluetoothMapMasInstance; 4 | import junit.framework.Assert; 5 | 6 | public class MockMasInstance extends BluetoothMapMasInstance { 7 | 8 | private final int mMasId; 9 | private final int mRemoteFeatureMask; 10 | 11 | public MockMasInstance(int masId, int remoteFeatureMask) { 12 | super(); 13 | this.mMasId = masId; 14 | this.mRemoteFeatureMask = remoteFeatureMask; 15 | } 16 | 17 | public int getMasId() { 18 | return mMasId; 19 | } 20 | 21 | @Override 22 | public int getRemoteFeatureMask() { 23 | return mRemoteFeatureMask; 24 | } 25 | 26 | @Override 27 | public void restartObexServerSession() { 28 | Assert.fail("restartObexServerSession() should not occur"); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /tests/src/com/android/bluetooth/tests/ObexTestParams.java: -------------------------------------------------------------------------------- 1 | package com.android.bluetooth.tests; 2 | 3 | import javax.obex.ObexTransport; 4 | 5 | import android.bluetooth.BluetoothSocket; 6 | 7 | public class ObexTestParams { 8 | 9 | public int packageSize; 10 | public int throttle; 11 | public long bytesToSend; 12 | 13 | public ObexTestParams(int packageSize, int throttle, long bytesToSend) { 14 | this.packageSize = packageSize; 15 | this.throttle = throttle; 16 | this.bytesToSend = bytesToSend; 17 | } 18 | } 19 | --------------------------------------------------------------------------------