Home
last modified time | relevance | path

Searched refs:mGetServiceMethod (Results 1 – 1 of 1) sorted by relevance

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java80 private Method mGetServiceMethod; field in BugreportManagerTest
100 mGetServiceMethod = Class.forName("android.os.ServiceManager").getMethod( in setup()
638 return ShellIdentityUtils.invokeMethodWithShellPermissions(mGetServiceMethod, (m) -> { in isDumpstateServiceStopped()