Searched defs:Context (Results 1 – 4 of 4) sorted by relevance
28 public final class Context { class38 public Context(TestApis testApis) { in Context() method in Context
53 fun Context.copiedAssetFile(fileName: String): ParcelFileDescriptor { in Context() method
204 fun Context.toast(msg: String) { in Context() method209 val Context.ctx get() = this constant
195 class Context { class197 Context(JNIEnv* env, jobject outputStream, jbyteArray storage) in Context() function in Context