OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activationscreenintent
(Results
1 - 1
of
1
) sorted by null
/packages/services/Telephony/src/com/android/phone/
OtaUtils.java
342
Intent
activationScreenIntent
= new Intent().setClass(context, InCallScreen.class)
349
activationScreenIntent
.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
354
OtaUtils.setupOtaspCall(
activationScreenIntent
);
358
+
activationScreenIntent
);
359
context.startActivity(
activationScreenIntent
);
[
all
...]
Completed in 1949 milliseconds