Searched refs:TYPE_APP (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/tests/ |
H A D | grp_pwd_test.cpp | 52 TYPE_APP, enumerator 72 if (uid_type == TYPE_APP) { in check_passwd() 232 check_get_passwd("u0_a0", 10000, TYPE_APP); in TEST() 233 check_get_passwd("u0_a1234", 11234, TYPE_APP); in TEST() 234 check_get_passwd("u0_a9999", 19999, TYPE_APP); in TEST() 236 check_get_passwd("u0_i1", 90001, TYPE_APP); in TEST() 237 check_get_passwd("u0_i4545", 94545, TYPE_APP); in TEST() 238 check_get_passwd("u0_i9999", 99999, TYPE_APP); in TEST() 245 check_get_passwd("u1_a0", 110000, TYPE_APP); in TEST() 249 check_get_passwd("u1_i1", 190001, TYPE_APP); in TEST() [all …]
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
H A D | RootsAdapter.java | 38 private static final int TYPE_APP = 1; field in RootsAdapter 114 return TYPE_APP; in getItemViewType()
|