Searched refs:cls (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DSharedPreferencesCompat.java33 Class cls = SharedPreferences.Editor.class;
34 return cls.getMethod("apply");
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DIntentPool.java51 public synchronized Intent get(Context context, Class<?> cls) { argument
53 intent.setComponent(new ComponentName(context, cls));
/packages/apps/Camera/tests/src/com/android/camera/functional/
H A DCameraTest.java62 private void checkActivityLeak(Class<?> cls) throws Exception { argument
66 intent.setClass(getInstrumentation().getTargetContext(), cls);
/packages/apps/Nfc/jni/
H A Dcom_android_nfc.cpp130 jclass cls; local
134 cls = e->FindClass(clsname);
135 if(cls == NULL)
142 ctor = e->GetMethodID(cls, "<init>", "()V");
144 obj = e->NewObject(cls, ctor);
H A Dcom_android_nfc_NativeNfcManager.cpp1698 jclass cls; local
1716 cls = e->GetObjectClass(o);
1717 f = e->GetFieldID(cls, "mNative", "I");
1721 cached_NfcManager_notifyNdefMessageListeners = e->GetMethodID(cls,
1724 cached_NfcManager_notifyTransactionListeners = e->GetMethodID(cls,
1727 cached_NfcManager_notifyLlcpLinkActivation = e->GetMethodID(cls,
1730 cached_NfcManager_notifyLlcpLinkDeactivated = e->GetMethodID(cls,
1733 cached_NfcManager_notifyTargetDeselected = e->GetMethodID(cls,
1736 cached_NfcManager_notifySeFieldActivated = e->GetMethodID(cls,
1739 cached_NfcManager_notifySeFieldDeactivated = e->GetMethodID(cls,
[all...]
H A Dcom_android_nfc_NativeNfcTag.cpp450 jclass cls; local
507 jclass cls; local
581 jclass cls; local
H A Dcom_android_nfc_NativeNfcSecureElement.cpp460 jclass cls; local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchWidgetProvider.java103 String cls = pkg + ".SearchWidgetProvider";
104 return new ComponentName(pkg, cls);

Completed in 1489 milliseconds