HomeSort by relevance Sort by last modified time
    Searched refs:system_app (Results 1 - 9 of 9) sorted by null

  /system/sepolicy/prebuilts/api/26.0/public/
system_app.te 7 type system_app, domain;
te_macros 425 # Non system_app application set
427 define(`non_system_app_set', `{ appdomain -system_app }')
  /system/sepolicy/public/
system_app.te 7 type system_app, domain;
  /system/sepolicy/private/
system_app.te 7 typeattribute system_app coredomain;
8 typeattribute system_app domain_deprecated;
10 app_domain(system_app)
11 net_domain(system_app)
12 binder_service(system_app)
15 allow system_app rootfs:dir getattr;
18 allow system_app system_app_data_file:dir create_dir_perms;
19 allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
22 allow system_app misc_user_data_file:dir create_dir_perms;
23 allow system_app misc_user_data_file:file create_file_perms
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
system_app.te 7 typeattribute system_app coredomain;
8 typeattribute system_app domain_deprecated;
10 app_domain(system_app)
11 net_domain(system_app)
12 binder_service(system_app)
15 allow system_app system_app_data_file:dir create_dir_perms;
16 allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
19 allow system_app misc_user_data_file:dir create_dir_perms;
20 allow system_app misc_user_data_file:file create_file_perms;
23 allow system_app mnt_media_rw_file:dir search
    [all...]
app.te 504 system_app
523 -system_app
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultAppPickerFragment.java 82 pref.setSummary(R.string.system_app);
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 367 for system_app in system_app_list:
369 path = os.path.join(directory, system_app)
  /system/update_engine/
omaha_request_action.cc 334 OmahaAppData system_app = {.id = params->system_app_id(), local
338 system_app,
    [all...]

Completed in 608 milliseconds