OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handleintent
(Results
1 - 25
of
43
) sorted by null
1
2
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
ApplicationRestrictionsActivity.java
42
handleIntent
(getIntent());
48
handleIntent
(intent);
51
private void
handleIntent
(Intent intent) {
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskUtilityActivity.java
38
handleIntent
(intent);
45
handleIntent
(getIntent());
66
private void
handleIntent
(Intent intent) {
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java
43
handleIntent
(getIntent());
49
handleIntent
(intent);
57
private void
handleIntent
(Intent intent) {
ContactablesLoaderCallbacks.java
51
// from an incoming intent in the
handleIntent
() method, via the
/developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java
43
handleIntent
(getIntent());
49
handleIntent
(intent);
57
private void
handleIntent
(Intent intent) {
ContactablesLoaderCallbacks.java
51
// from an incoming intent in the
handleIntent
() method, via the
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java
43
handleIntent
(getIntent());
49
handleIntent
(intent);
57
private void
handleIntent
(Intent intent) {
ContactablesLoaderCallbacks.java
51
// from an incoming intent in the
handleIntent
() method, via the
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SetPolicyActivity.java
49
handleIntent
(getIntent());
56
handleIntent
(intent);
67
private void
handleIntent
(Intent intent) {
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
SetPolicyActivity.java
47
handleIntent
(getIntent());
54
handleIntent
(intent);
65
private void
handleIntent
(Intent intent) {
/frameworks/support/v4/java/android/support/v4/media/session/
MediaButtonReceiver.java
67
* {@link MediaButtonReceiver#
handleIntent
(MediaSessionCompat, Intent)}, passing in
73
* MediaButtonReceiver.
handleIntent
(mMediaSessionCompat, intent);
120
* KeyEvent keyEvent = MediaButtonReceiver.
handleIntent
(mediaSession, intent);
132
public static KeyEvent
handleIntent
(MediaSessionCompat mediaSessionCompat, Intent intent) {
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java
57
handleIntent
(getIntent());
66
handleIntent
(intent);
69
private void
handleIntent
(Intent intent) {
/frameworks/base/docs/html/training/search/
setup.jd
175
handleIntent
(getIntent());
181
handleIntent
(intent);
184
private void
handleIntent
(Intent intent) {
search.jd
200
This example calls <code>getWordMatches()</code> in the <code>
handleIntent
()</code> method of the searchable
209
private void
handleIntent
(Intent intent) {
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
filters.jd
15
<li><a href="#
HandleIntent
">?????????????????????</a></li>
150
<h2 id="
HandleIntent
">?????????????????????</h2>
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
filters.jd
15
<li><a href="#
HandleIntent
">?????? ??? ????</a></li>
150
<h2 id="
HandleIntent
">?????? ??? ????</h2>
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
filters.jd
15
<li><a href="#
HandleIntent
">????????? ??????? Intent ? ????????</a></li>
150
<h2 id="
HandleIntent
">????????? ??????? Intent ? ????????</h2>
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
filters.jd
15
<li><a href="#
HandleIntent
">?????Activity?????</a></li>
150
<h2 id="
HandleIntent
">????Activity????</h2>
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
filters.jd
15
<li><a href="#
HandleIntent
">????????????</a></li>
150
<h2 id="
HandleIntent
">????????????</h2>
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java
148
handleIntent
(getIntent());
153
handleIntent
(intent);
200
private void
handleIntent
(Intent intent) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java
142
if (intent != null)
handleIntent
(intent);
197
private void
handleIntent
(Intent intent) {
/packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java
306
handleIntent
(intent);
309
private void
handleIntent
(Intent intent) {
/frameworks/base/docs/html/training/basics/intents/
filters.jd
15
<li><a href="#
HandleIntent
">Handle the Intent in Your Activity</a></li>
157
<h2 id="
HandleIntent
">Handle the Intent in Your Activity</h2>
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
filters.jd
15
<li><a href="#
HandleIntent
">Responder à intenção em sua atividade</a></li>
150
<h2 id="
HandleIntent
">Responder à intenção em sua atividade</h2>
/packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java
406
void
handleIntent
(Intent intent) {
526
handleIntent
(intent);
Completed in 815 milliseconds
1
2