HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceName (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/hardware/display/
WifiDisplay.java 34 private final String mDeviceName;
61 mDeviceName = deviceName;
76 return mDeviceName;
95 return mDeviceAlias != null ? mDeviceAlias : mDeviceName;
106 && mDeviceName.equals(other.mDeviceName)
119 dest.writeString(mDeviceName);
131 String result = mDeviceName + " (" + mDeviceAddress + ")";
  /development/tools/emulator/system/camera/
EmulatedQemuCameraDevice.cpp 63 mDeviceName = device_name;
86 __FUNCTION__, (const char*)mDeviceName);
94 __FUNCTION__, (const char*)mDeviceName);
98 __FUNCTION__, (const char*)mDeviceName);
111 __FUNCTION__, (const char*)mDeviceName);
116 __FUNCTION__, (const char*)mDeviceName);
124 __FUNCTION__, (const char*)mDeviceName);
128 __FUNCTION__, (const char*)mDeviceName);
143 __FUNCTION__, (const char*)mDeviceName);
148 __FUNCTION__, (const char*)mDeviceName);
    [all...]
EmulatedQemuCameraDevice.h 109 String8 mDeviceName;
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DeviceDisconnectedReceiver.java 33 private final String mDeviceName;
37 mDeviceName = deviceName;
50 if (deviceName.equals(mDeviceName)) {
StorageBrowser.java 43 private String mDeviceName;
96 mDeviceName = getIntent().getStringExtra("device");
97 mDisconnectedReceiver = new DeviceDisconnectedReceiver(this, mDeviceName);
103 mStorageList = mClient.getStorageList(mDeviceName);
116 intent.putExtra("device", mDeviceName);
ObjectBrowser.java 49 private String mDeviceName;
94 byte[] thumbnail = mClient.getThumbnail(mDeviceName, info.getObjectHandle());
112 mDeviceName = getIntent().getStringExtra("device");
115 mDisconnectedReceiver = new DeviceDisconnectedReceiver(this, mDeviceName);
122 mObjectList = mClient.getObjectList(mDeviceName, mStorageID, mObjectID);
141 intent.putExtra("device", mDeviceName);
ObjectViewer.java 49 private String mDeviceName;
105 mDeviceName = getIntent().getStringExtra("device");
108 mDisconnectedReceiver = new DeviceDisconnectedReceiver(this, mDeviceName);
117 MtpObjectInfo info = mClient.getObjectInfo(mDeviceName, mObjectID);
151 byte[] thumbnail = mClient.getThumbnail(mDeviceName, info.getObjectHandle());
176 if (mClient.importFile(mDeviceName, mObjectID, dest.getAbsolutePath())) {
187 if (mClient.deleteObject(mDeviceName, mObjectID)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCaseReference.java 30 private final String mDeviceName;
37 mDeviceName = deviceName;
65 return String.format("%s (%s) [%s]", mTestName, mClassName, mDeviceName);
TestCollector.java 28 private final String mDeviceName;
37 mDeviceName = deviceName;
99 suiteRef.addTest(new TestCaseReference(mDeviceName, test));
RemoteAdtTestRunner.java 410 public synchronized void testRunEnded(String mDeviceName, long elapsedTime) {
432 private final String mDeviceName;
441 mDeviceName = deviceName;
447 mNotifier.testEnded(new TestCaseReference(mDeviceName, test));
459 new TestReferenceFailure(new TestCaseReference(mDeviceName, test),
466 mNotifier.testRunEnded(mDeviceName, elapsedTime);
490 TestCaseReference testId = new TestCaseReference(mDeviceName, test);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferInfo.java 60 String mDeviceName; // bt device name
BluetoothOppTransferActivity.java 268 tmp = getString(R.string.download_line1, mTransInfo.mDeviceName);
287 tmp = getString(R.string.upload_line1, mTransInfo.mDeviceName);
306 tmp = getString(R.string.bt_sm_2_1, mTransInfo.mDeviceName);
324 .getStatusDescription(this, mTransInfo.mStatus, mTransInfo.mDeviceName));
331 tmp = getString(R.string.upload_fail_line1, mTransInfo.mDeviceName);
338 this, mTransInfo.mStatus, mTransInfo.mDeviceName));
400 msg = getString(R.string.bt_toast_3, mTransInfo.mDeviceName);
402 msg = getString(R.string.bt_toast_6, mTransInfo.mDeviceName);
BluetoothOppIncomingFileConfirmActivity.java 133 String text = getString(R.string.incoming_file_confirm_content, mTransInfo.mDeviceName,
206 mTransInfo.mDeviceName));
BluetoothOppUtility.java 112 info.mDeviceName =
308 transInfo.mDeviceName);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpDevice.java 39 private final String mDeviceName;
51 mDeviceName = UsbDevice.getDeviceName(deviceId);
69 .getStorageList(mDeviceName);
94 mDeviceName, storageId, objectId);
170 return mMtpContext.copyAlbum(mDeviceName, mName, mJpegChildren);
  /sdk/device_validator/dvlib/src/com/android/dvlib/
DeviceSchema.java 254 private String mDeviceName;
282 validationError("More than one default state for device " + mDeviceName);
301 validationError("No default state for device " + mDeviceName);
303 mDeviceName = mStringAccumulator.toString().trim();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 85 private Combo mDeviceName;
215 mDeviceName = new Combo(parent, SWT.READ_ONLY | SWT.DROP_DOWN);
216 mDeviceName.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
217 mDeviceName.addSelectionListener(new DeviceSelectionListener());
486 if (d.getName().equals(mDeviceName.getText())) {
545 if (mDeviceName.getSelectionIndex() >= 0) {
548 if (mDeviceName.getText().equals(d.getName())) {
564 mDeviceName.removeAll();
567 mDeviceName.add(d.getName());
699 if (mDeviceManufacturer.getSelectionIndex() < 0 || mDeviceName.getSelectionIndex() < 0)
    [all...]
DeviceCreationDialog.java 79 private Text mDeviceName;
174 mDeviceName = generateText(parent, tooltip, new CreateNameModifyListener());
409 String name = mDeviceName.getText();
549 String name = mDeviceName.getText();
766 mDeviceName.setText(device.getName());
    [all...]

Completed in 199 milliseconds