Searched refs:isInstrumenting (Results 1 – 6 of 6) sorted by relevance
612 doReturn(true).when(app).isInstrumenting(); in testCanStartHomeWhenInstrumented()622 doReturn(false).when(app).isInstrumenting(); in testCanStartHomeWhenInstrumented()
535 boolean isInstrumenting() { in isInstrumenting() method in WindowProcessController997 return isInstrumenting() || isUsingWrapper() in getInputDispatchingTimeout()
1739 if (!allowInstrumenting && app != null && app.isInstrumenting()) { in canStartHomeOnDisplayArea()
6782 if (wpc.isInstrumenting()) { in handleAppDied()
1393 boolean isInstrumenting = instr != null; in setActiveInstrumentation()1394 mWindowProcessController.setInstrumenting(isInstrumenting, in setActiveInstrumentation()1395 isInstrumenting && instr.mHasBackgroundActivityStartsPermission); in setActiveInstrumentation()
39569 HSPLcom/android/server/wm/WindowProcessController;->isInstrumenting()Z