OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECRET_CODE_ACTION
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/
TestingSettingsBroadcastReceiver.java
4
import static com.android.internal.telephony.TelephonyIntents.
SECRET_CODE_ACTION
;
20
if (intent.getAction().equals(
SECRET_CODE_ACTION
)) {
/frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java
270
public static final String
SECRET_CODE_ACTION
=
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java
53
else if (TelephonyIntents.
SECRET_CODE_ACTION
.equals(action) && "8351".equals(host)) {
59
else if (TelephonyIntents.
SECRET_CODE_ACTION
.equals(action) && "8350".equals(host)) {
/packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java
155
Intent intent = new Intent(TelephonyIntents.
SECRET_CODE_ACTION
,
/packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java
139
Intent intent = new Intent(TelephonyIntents.
SECRET_CODE_ACTION
,
Completed in 157 milliseconds