Home
last modified time | relevance | path

Searched refs:DEVICE_NAME (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java49 public static final String DEVICE_NAME = "device_name"; field in BluetoothChatService
246 bundle.putString(DEVICE_NAME, device.getName()); in connected()
DConnectionAccessClientActivity.java158 mDeviceAddress = msg.getData().getString(BluetoothChatService.DEVICE_NAME); in handleDeviceName()
DMessageTestActivity.java317 mRemoteDeviceName = msg.getData().getString(BluetoothChatService.DEVICE_NAME); in handleDeviceName()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java186 mActivity.getContentResolver(), Settings.Global.DEVICE_NAME); in getDeviceName()