HomeSort by relevance Sort by last modified time
    Searched defs:mInst (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestResultPrinter.java 40 private Instrumentation mInst = null;
45 mInst = instrumentation;
87 mInst.sendStatus(INST_STATUS_IN_PROGRESS, output);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 41 Instrumentation mInst = getInstrumentation();
44 Intent intent = new Intent(mInst.getContext(), PowerTestActivity.class);
47 PowerTestActivity activity = (PowerTestActivity)mInst.startActivitySync(
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 70 private Instrumentation mInst;
76 mInst = inst;
157 mInst.getUiAutomation().executeShellCommand(command);
162 launchSettingsPage(mInst.getContext(), Settings.ACTION_SECURITY_SETTINGS);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 64 WeakReference<BluetoothMasObexClientSession> mInst;
68 mInst = new WeakReference<BluetoothMasObexClientSession>(inst);
73 BluetoothMasObexClientSession inst = mInst.get();