Searched refs:mIsDeviceAdmin (Results 1 – 2 of 2) sorted by relevance
57 BooleanQueryHelper<TestAppQueryBuilder> mIsDeviceAdmin = new BooleanQueryHelper<>(this); field in TestAppQueryBuilder173 return mIsDeviceAdmin; in whereIsDeviceAdmin()277 && Queryable.isEmptyQuery(mIsDeviceAdmin) in isEmptyQuery()341 if (!BooleanQueryHelper.matches(mIsDeviceAdmin, isDeviceAdmin)) { in matches()389 mIsDeviceAdmin.describeQuery("isDeviceAdmin"), in describeQuery()404 mIsDeviceAdmin.toAnnotation(), in toAnnotation()
105 private BooleanQuery mIsDeviceAdmin = null; field in TestAppProviderTest.QueryBuilder129 mIsDeviceAdmin = isDeviceAdmin; in isDeviceAdmin()144 mIsDeviceAdmin != null ? mIsDeviceAdmin : booleanQueryBuilder().build(), in build()