Home
last modified time | relevance | path

Searched defs:context (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java52 public static String getConfigsRoot(Context context) { in getConfigsRoot()
62 public static List<UpdateConfig> getUpdateConfigs(Context context) { in getUpdateConfigs()
/bootable/libbootloader/gbl/libefi/src/
Dlocal_session.rs31 context: LocalSessionContext, field
42 let context = protocol.start_local_session()?; in start() localVariable
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java93 public static void startService(Context context, in startService()
/bootable/libbootloader/gbl/libasync/src/
Dlib.rs68 let mut context = Context::from_waker(&waker); in poll() localVariable
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java284 public synchronized void applyUpdate(Context context, UpdateConfig config) in applyUpdate()
/bootable/libbootloader/gbl/libabr/src/
Dc_staticlib.rs97 pub context: *mut c_void, field
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs91 context: [u8; MAX_COMMAND_SIZE], field