Searched refs:getInstanceName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardStatusViewControllerTest.java | 145 verify(mDumpManager).registerDumpable(eq(mController.getInstanceName()), eq(mController)); in correctlyDump() 147 verify(mDumpManager, times(1)).unregisterDumpable(eq(mController.getInstanceName())); in correctlyDump()
|
/frameworks/native/cmds/lshal/ |
D | test.cpp | 334 static std::string getInstanceName(pid_t serverId) { in getInstanceName() function 341 return getInterfaceName(serverId) + "/" + getInstanceName(serverId); in getFqInstanceName() 430 cb({InstanceDebugInfo{getInterfaceName(3), getInstanceName(3), 3, in initMockServiceManager() 432 InstanceDebugInfo{getInterfaceName(4), getInstanceName(4), 4, in initMockServiceManager() 439 cb({InstanceDebugInfo{getInterfaceName(5), getInstanceName(5), 5, in initMockServiceManager() 441 InstanceDebugInfo{getInterfaceName(6), getInstanceName(6), 6, in initMockServiceManager()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 225 mDumpManager.registerDumpable(getInstanceName(), this); in onInit() 282 mDumpManager.unregisterDumpable(getInstanceName()); in onDestroy() 612 String getInstanceName() { in getInstanceName() method in KeyguardStatusViewController
|