OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserCallIntentProcessor
(Results
1 - 6
of
6
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallIntentProcessorFactory.java
23
UserCallIntentProcessor
create(Context context, UserHandle userHandle);
UserCallActivity.java
67
new
UserCallIntentProcessor
(this, userHandle).processIntent(getIntent(),
UserCallIntentProcessor.java
58
* name to be passed to {@link
UserCallIntentProcessor
}. Calling startActivity will continue to
61
public class
UserCallIntentProcessor
{
66
public
UserCallIntentProcessor
(Context context, UserHandle userHandle) {
/packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java
20
import com.android.server.telecom.components.
UserCallIntentProcessor
;
226
public
UserCallIntentProcessor
create(Context context, UserHandle userHandle) {
227
return new
UserCallIntentProcessor
(context, userHandle);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java
51
import com.android.server.telecom.components.
UserCallIntentProcessor
;
155
@Mock private
UserCallIntentProcessor
mUserCallIntentProcessor;
188
public
UserCallIntentProcessor
create(Context context, UserHandle userHandle) {
[
all
...]
TelecomSystemTest.java
80
import com.android.server.telecom.components.
UserCallIntentProcessor
;
583
new
UserCallIntentProcessor
(localAppContext, userHandle).processIntent(
585
//
UserCallIntentProcessor
's mContext.sendBroadcastAsUser(...) will call to an empty method
[
all
...]
Completed in 91 milliseconds