Searched refs:context (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | UpdateConfigs.java | 52 public static String getConfigsRoot(Context context) { in getConfigsRoot() argument 54 .get(context.getFilesDir().toString(), UPDATE_CONFIGS_ROOT) in getConfigsRoot() 62 public static List<UpdateConfig> getUpdateConfigs(Context context) { in getUpdateConfigs() argument 63 File root = new File(getConfigsRoot(context)); in getUpdateConfigs()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
D | PrepareUpdateService.java | 93 public static void startService(Context context, in startService() argument 99 Intent intent = new Intent(context, PrepareUpdateService.class); in startService() 102 context.startService(intent); in startService()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateManager.java | 284 public synchronized void applyUpdate(Context context, UpdateConfig config) in applyUpdate() argument 301 PrepareUpdateService.startService(context, config, mHandler, (code, payloadSpec) -> { in applyUpdate()
|
/bootable/recovery/etc/ |
D | init.rc | 4 # Set the security context of /postinstall if present.
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 175 …e vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmwa… 2786 …e vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmwa… 2807 # Set the security context of /postinstall if present.
|