HomeSort by relevance Sort by last modified time
    Searched refs:ONLINE (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsStackAdaptor.java 408 == RcsPresenceInfo.ServiceState.ONLINE);
411 == RcsPresenceInfo.ServiceState.ONLINE);
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha3/
fakeadbserver-25.4.0-alpha3.jar 
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandSchedulerFuncTest.java 258 TestDeviceState.ONLINE).anyTimes();
309 TestDeviceState.ONLINE).anyTimes();
CommandSchedulerTest.java 305 EasyMock.expect(mockDevice.getDeviceState()).andStubReturn(TestDeviceState.ONLINE);
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FastbootDeviceFlasherTest.java 162 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.ONLINE);
177 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.ONLINE);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 255 device.setRecoveryMode(RecoveryMode.ONLINE);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
MockDeviceManager.java 72 TestDeviceState.ONLINE).anyTimes();
TestDeviceTest.java 372 EasyMock.expect(mMockIDevice.getState()).andReturn(DeviceState.ONLINE).times(2);
507 * {@link IDevice} throws IOException and device is in recovery until online mode.
514 mRecoveryTestDevice.setRecoveryMode(RecoveryMode.ONLINE);
686 EasyMock.expect(mMockIDevice.getState()).andReturn(DeviceState.ONLINE).times(2);
    [all...]
NativeDeviceTest.java     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDeviceStateMonitor.java 51 /** The time in ms to wait for a device to be online. */
82 * Set the time in ms to wait for a device to be online in {@link #waitForDeviceOnline()}.
102 if (waitForDeviceState(TestDeviceState.ONLINE, waitTime)) {
196 // 1. Device is online aka visible via DDMS/adb
260 * Additional checks to be done on an Online device
DeviceManager.java 715 CLog.w("Device with tcp serial %s did not come online", ipAndPort);
    [all...]
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresencePublication.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha5/
fakeadbserver-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha6/
fakeadbserver-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha7/
fakeadbserver-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.5.0-alpha-preview-02/
fakeadbserver-25.5.0-alpha-preview-02.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 565 if (deviceState == DeviceState.ONLINE) {
566 return "Online";
  /tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
SideloadOtaStabilityTest.java 226 if (!managedDevice.getDeviceState().equals(TestDeviceState.ONLINE)) {
230 CLog.i("Device is not online, attempting to recover before capturing logs");
338 CLog.e("Device %s did not come back online after recovery", mDevice.getSerialNumber());
340 listener.testRunFailed("Device did not come back online after recovery");
342 throw new AssertionError("Device did not come back online after recovery");
624 * Time (s) until device is in "ONLINE" state
628 public BootTimeInfo(double avail, double online) {
630 mOnlineTime = online;
  /build/make/tools/droiddoc/templates-sac/
sdkpage.cs 183 <?cs if:android.whichdoc == "online" ?>
186 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
197 <div class="pax col-13 online" style="display:none;margin:0;">
443 <?cs else ?> <?cs # end if online ?>
463 body .online { display:none; }
470 <?cs /if ?> <?cs # end if/else online ?>
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 598 } else if (!TestDeviceState.ONLINE.equals(device.getDeviceState())) {
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
TestInvocation.java 351 && TestDeviceState.ONLINE.equals(badDevice.getDeviceState())) {
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 249 <?cs if:android.whichdoc == "online" ?>
252 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
258 <div class="pax col-13 online" style="margin:0;">
519 <?cs else ?> <?cs # end if online ?>
539 body .online { display:none; }
546 <?cs /if ?> <?cs # end if/else online ?>
  /prebuilts/devtools/tools/lib/
ddmlib-26.0.0.jar 

Completed in 838 milliseconds

12 3 4 5 6 7