Searched refs:debuggableInfo (Results 1 – 1 of 1) sorted by relevance
98 final ApplicationInfo debuggableInfo = Mockito.mock(ApplicationInfo.class); in setup() local99 debuggableInfo.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in setup()100 debuggableInfo.uid = UID; in setup()102 Mockito.doReturn(debuggableInfo) in setup()