Searched refs:runningAppProcessInfos (Results 1 – 1 of 1) sorted by relevance
107 List<ActivityManager.RunningAppProcessInfo> runningAppProcessInfos = new ArrayList<>(); in testCallerProcessBinderEntries() local108 runningAppProcessInfos.add( in testCallerProcessBinderEntries()110 when(mActivityManager.getRunningAppProcesses()).thenReturn(runningAppProcessInfos); in testCallerProcessBinderEntries()