Home
last modified time | relevance | path

Searched refs:EXTRA_CALLING_PACKAGE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/speech/
DRecognizerIntent.java42 public final static String EXTRA_CALLING_PACKAGE = "calling_package"; field in RecognizerIntent
/frameworks/support/v4/java/android/support/v4/app/
DShareCompat.java68 public static final String EXTRA_CALLING_PACKAGE = field in ShareCompat
176 result = calledActivity.getIntent().getStringExtra(EXTRA_CALLING_PACKAGE); in getCallingPackage()
282 mIntent.putExtra(EXTRA_CALLING_PACKAGE, launchingActivity.getPackageName()); in IntentBuilder()
/frameworks/base/core/java/android/widget/
DSearchView.java1545 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null in createVoiceWebSearchIntent()
1605 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null in createVoiceAppSearchIntent()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1450 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null in createVoiceWebSearchIntent()
1513 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null in createVoiceAppSearchIntent()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt346 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_CALLING_PACKAGE
/frameworks/base/api/
Dsystem-current.txt28999 field public static final java.lang.String EXTRA_CALLING_PACKAGE = "calling_package";
Dcurrent.txt27288 field public static final java.lang.String EXTRA_CALLING_PACKAGE = "calling_package";