OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyTestingDeviceDisconnected
(Results
1 - 6
of
6
) sorted by null
/cts/tools/host/src/com/android/cts/
DeviceObserver.java
65
void
notifyTestingDeviceDisconnected
();
TestCase.java
248
public void
notifyTestingDeviceDisconnected
() {
250
mCurrentTest.
notifyTestingDeviceDisconnected
();
TestSuite.java
356
public void
notifyTestingDeviceDisconnected
() {
358
mCurrentTestCase.
notifyTestingDeviceDisconnected
();
362
mCurrentSubSuite.
notifyTestingDeviceDisconnected
();
Test.java
414
public void
notifyTestingDeviceDisconnected
() {
415
Log.d("Test.
notifyTestingDeviceDisconnected
() is called");
TestPackage.java
636
public void
notifyTestingDeviceDisconnected
() {
[
all
...]
TestDevice.java
[
all
...]
Completed in 38 milliseconds