HomeSort by relevance Sort by last modified time
    Searched refs:system_app (Results 1 - 17 of 17) 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/prebuilts/api/27.0/public/
system_app.te 7 type system_app, domain;
  /system/sepolicy/prebuilts/api/28.0/public/
system_app.te 7 type system_app, domain;
te_macros 437 # Non system_app application set
439 define(`non_system_app_set', `{ appdomain -system_app }')
  /system/sepolicy/public/
system_app.te 7 type system_app, domain;
te_macros 437 # Non system_app application set
439 define(`non_system_app_set', `{ appdomain -system_app }')
  /system/sepolicy/prebuilts/api/27.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 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
  /system/sepolicy/prebuilts/api/28.0/private/
system_app.te 7 typeattribute system_app coredomain;
9 app_domain(system_app)
10 net_domain(system_app)
11 binder_service(system_app)
14 allow system_app rootfs:dir getattr;
17 allow system_app system_app_data_file:dir create_dir_perms;
18 allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
21 allow system_app misc_user_data_file:dir create_dir_perms;
22 allow system_app misc_user_data_file:file create_file_perms;
25 allow system_app mnt_media_rw_file:dir search
    [all...]
  /system/sepolicy/private/
system_app.te 7 typeattribute system_app coredomain;
9 app_domain(system_app)
10 net_domain(system_app)
11 binder_service(system_app)
14 allow system_app rootfs:dir getattr;
17 allow system_app system_app_data_file:dir create_dir_perms;
18 allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
21 allow system_app misc_user_data_file:dir create_dir_perms;
22 allow system_app misc_user_data_file:file create_file_perms;
25 allow system_app mnt_media_rw_file:dir search
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/tools/
system_app_test.py 18 from devil.android.tools import system_app
49 with system_app.EnableSystemAppModification(mock_device):
52 system_app._ENABLE_MODIFICATION_PROP)
54 system_app._ENABLE_MODIFICATION_PROP, '1')
57 with system_app.EnableSystemAppModification(mock_device):
60 system_app._ENABLE_MODIFICATION_PROP)
65 system_app._ENABLE_MODIFICATION_PROP, '0')
system_app_devicetest.py 24 from devil.android.tools import system_app
53 with system_app.EnableSystemAppModification(self._device):
84 with system_app.ReplaceSystemApp(self._device, self.PACKAGE, replacement):
92 system_app.RemoveSystemApps(self._device, [self.PACKAGE])
provision_devices.py 366 for system_app in system_app_list:
368 path = os.path.join(directory, system_app)
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultAppPickerFragment.java 83 pref.setSummary(R.string.system_app);
  /system/update_engine/
omaha_request_action.cc 376 OmahaAppData system_app = {.id = params->system_app_id(), local
380 system_app,
    [all...]

Completed in 424 milliseconds