Searched refs:isForTesting (Results 1 – 6 of 6) sorted by relevance
117 fun isForTesting(): Boolean = proxy.isForTesting() method
140 public boolean isForTesting() { in isForTesting() method in UserReference145 return userInfo().isForTesting(); in isForTesting()
238 if (u.isForTesting()) { in removeAllNonTestUsers()
59 android.content.pm.UserInfo,public boolean isForTesting()
558 .filter { u: UserReference -> !u.isForTesting } in <lambda>()
1173 method public boolean isForTesting();