OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appData
(Results
1 - 25
of
67
) sorted by null
1
2
3
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpus.java
69
Intent createSearchIntent(String query, Bundle
appData
);
71
Intent createVoiceSearchIntent(Bundle
appData
);
SingleSourceCorpus.java
83
public Intent createSearchIntent(String query, Bundle
appData
) {
84
return mSource.createSearchIntent(query,
appData
);
87
public Intent createVoiceSearchIntent(Bundle
appData
) {
88
return mSource.createVoiceSearchIntent(
appData
);
AbstractSource.java
79
public Intent createSearchIntent(String query, Bundle
appData
) {
80
return createSourceSearchIntent(getIntentComponent(), query,
appData
);
84
Bundle
appData
) {
97
if (
appData
!= null) {
98
intent.putExtra(SearchManager.APP_DATA,
appData
);
103
protected Intent createVoiceWebSearchIntent(Bundle
appData
) {
105
.createVoiceWebSearchIntent(
appData
);
AppsCorpus.java
76
public Intent createSearchIntent(String query, Bundle
appData
) {
77
Intent appSearchIntent = createAppSearchIntent(query,
appData
);
82
return super.createSearchIntent(query,
appData
);
92
private Intent createAppSearchIntent(String query, Bundle
appData
) {
95
Intent intent = AbstractSource.createSourceSearchIntent(name, query,
appData
);
VoiceSearch.java
70
public Intent createVoiceWebSearchIntent(Bundle
appData
) {
76
if (
appData
!= null) {
77
intent.putExtra(SearchManager.APP_DATA,
appData
);
Source.java
132
Intent createSearchIntent(String query, Bundle
appData
);
134
Intent createVoiceSearchIntent(Bundle
appData
);
WebCorpus.java
83
public Intent createSearchIntent(String query, Bundle
appData
) {
87
return mWebSearchSource.createSearchIntent(query,
appData
);
103
public Intent createVoiceSearchIntent(Bundle
appData
) {
107
return mWebSearchSource.createVoiceSearchIntent(
appData
);
/development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java
106
final Bundle
appData
= queryIntent.getBundleExtra(SearchManager.APP_DATA);
107
if (
appData
== null) {
110
if (
appData
!= null) {
111
String testStr =
appData
.getString("demo_key");
/packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java
43
public void startSearch(Context context, String query, Bundle
appData
, String extraData);
/frameworks/base/include/media/stagefright/
OMXPluginBase.h
39
OMX_PTR
appData
,
/frameworks/base/media/libstagefright/codecs/g711/dec/
SoftG711.h
28
OMX_PTR
appData
,
/frameworks/base/media/libstagefright/codecs/on2/dec/
SoftVPX.h
28
OMX_PTR
appData
,
/frameworks/base/media/libstagefright/omx/
SoftOMXPlugin.h
32
OMX_PTR
appData
,
OMXMaster.h
37
OMX_PTR
appData
,
/libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
[
all
...]
/frameworks/base/media/libstagefright/codecs/aacdec/
SoftAAC.h
30
OMX_PTR
appData
,
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h
28
OMX_PTR
appData
,
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h
30
OMX_PTR
appData
,
/frameworks/base/media/libstagefright/codecs/mp3dec/
SoftMP3.h
30
OMX_PTR
appData
,
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h
31
OMX_PTR
appData
,
/hardware/msm7k/libstagefrighthw/
QComOMXPlugin.h
32
OMX_PTR
appData
,
/hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.h
32
OMX_PTR
appData
,
/hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.h
109
OMX_IN OMX_PTR
appData
,
119
OMX_IN OMX_PTR
appData
,
138
OMX_IN OMX_PTR
appData
);
147
OMX_IN OMX_PTR
appData
,
/hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.h
32
OMX_PTR
appData
,
/hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.h
32
OMX_PTR
appData
,
Completed in 3570 milliseconds
1
2
3