Searched defs:Context (Results 1 - 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/compat/android/content/
H A DContext.java19 public class Context { class
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphFriNfc.h38 * First Parameter: Context
85 void* Context; /* Instance address (context) parameter. member in struct:phFriNfc_CplRt
H A DphFriNfc_SmtCrdFmt.cpp44 .CompletionRoutine(NdefSmtCrdFmt->CompletionRoutine->Context, Status);
88 NdefSmtCrdFmt->CompletionRoutine[index].Context = NULL;
117 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NULL;
154 NdefSmtCrdFmt->CompletionRoutine[FunctionID].Context =
176 void phFriNfc_NdefSmtCrd_Process(void* Context, NFCSTATUS Status) { argument
177 if (Context != NULL) {
179 (phFriNfc_sNdefSmtCrdFmt_t*)Context;
206 .CompletionRoutine(NdefSmtCrdFmt->CompletionRoutine->Context,
213 /* The control should not come here. As Context itself is NULL ,
H A DphFriNfc_MifStdFormat.cpp204 void phFriNfc_MfStd_Process(void* Context, NFCSTATUS Status) { argument
206 (phFriNfc_sNdefSmtCrdFmt_t*)Context;
490 NdefSmtCrdFmt->SmtCrdFmtCompletionInfo.Context = NdefSmtCrdFmt;
H A DphFriNfc_MifareStdMap.cpp404 NdefMap->MapCompletionInfo.Context = NdefMap;
612 void phFriNfc_MifareStdMap_Process(void* Context, NFCSTATUS Status) { argument
616 NdefMap = (phFriNfc_NdefMap_t*)Context;
940 NdefMap->MapCompletionInfo.Context = NdefMap;
998 NdefMap->MapCompletionInfo.Context = NdefMap;
1129 NdefMap->MapCompletionInfo.Context = NdefMap;
1226 .CompletionRoutine(NdefMap->CompletionRoutine->Context, Result);
3187 NdefMap->MapCompletionInfo.Context = NdefMap;
3724 NdefMap->MapCompletionInfo.Context = NdefMap;
4632 NdefMap->MapCompletionInfo.Context
[all...]
/packages/apps/Contacts/src/com/android/contacts/database/
H A DSimContactDao.java19 import android.content.Context;
46 public static final Function<Context, SimContactDao> DEFAULT_FACTORY =
47 new Function<Context, SimContactDao>() {
49 public SimContactDao apply(Context context) {
55 private static Function<? super Context, SimContactDao> sInstanceFactory = DEFAULT_FACTORY;
57 private static SimContactDao createDebugInstance(Context context) {
77 public static synchronized SimContactDao create(Context context) {
86 Function<? super Context, SimContactDao> factory) {
85 setFactoryForTest( Function<? super Context, SimContactDao> factory) argument
/packages/apps/Car/Radio/libs/android-arch/room/
H A Dcompiler-1.1.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/arch/ android/arch/persistence/ android/arch/persistence/room/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 9270 milliseconds