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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java78 private static final Intent PHONE_INTENT = new Intent(Intent.ACTION_DIAL); field in class:KeyguardBottomAreaView
255 && pm.resolveActivity(PHONE_INTENT, 0) != null;
363 mActivityStarter.startActivity(PHONE_INTENT, false /* dismissShade */);
457 mPhonePreview = mPreviewInflater.inflatePreview(PHONE_INTENT);

Completed in 56 milliseconds