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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
BluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java 49 private Context mSpyContext = RuntimeEnvironment.application;
62 doReturn(mSpyResources).when(mSpyContext).getResources();
65 mPreference = new ListPreference(mSpyContext);
72 mController = new BluetoothMaxConnectedAudioDevicesPreferenceController(mSpyContext);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 326 Context mSpyContext;
345 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext();
346 doReturn(mSpyContext).when(mSpyContext).getApplicationContext();
347 doNothing().when(mSpyContext).sendBroadcastAsUser(any(), any(), any());
    [all...]
AnalyticsTests.java 141 TelecomManager tm = (TelecomManager) mSpyContext.getSystemService(Context.TELECOM_SERVICE);
292 TelecomManager tm = (TelecomManager) mSpyContext.getSystemService(Context.TELECOM_SERVICE);
BasicCallTests.java     [all...]

Completed in 213 milliseconds