Searched refs:checkAppExists (Results 1 – 1 of 1) sorted by relevance
372 if (!checkAppExists(dpcApp, UserHandle.USER_SYSTEM)) return false; in checkDpcAppExists()373 if (!checkAppExists(dpcApp, getUserId())) return false; in checkDpcAppExists()377 private boolean checkAppExists(String app, int userId) { in checkAppExists() method in DefaultActivity