Searched defs:processIntent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DOutgoingCallBroadcaster.java346 processIntent(intent);
349 // shown. Otherwise finish() is called inside processIntent(), is isFinishing() here will
387 private void processIntent(Intent intent) { method in class:OutgoingCallBroadcaster
389 Log.v(TAG, "processIntent() = " + intent + ", thread: " + Thread.currentThread());
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java256 if (!processIntent(false)) {
277 if (!processIntent(true)) {
300 private boolean processIntent(boolean forNewIntent) { method in class:PeopleActivity
304 Log.d(TAG, this + " processIntent: forNewIntent=" + forNewIntent
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java1525 public void processIntent(final Intent intent) { method in class:ApiService
1564 Log.w(TAG, "processIntent: Project file not found: " + pp);
4722 processIntent(mIntentQueue.take());

Completed in 376 milliseconds