HomeSort by relevance Sort by last modified time
    Searched refs:mHasSms (Results 1 - 2 of 2) sorted by null

  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 55 private boolean mHasSms;
80 mHasSms = true; //telephonyManager.isSmsCapable();
83 Log.i(TAG, "hasSms: " + mHasSms + " my number: " + mMyNumber);
85 assertTrue("SMS must be enabled on the device", mHasSms);
88 if (mHasSms) {
166 if (!mHasSms) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 175 private boolean mHasSms;
535 mHasSms = PhoneCapabilityTester.isSmsIntentRegistered(mContext);
605 final Intent smsIntent = mHasSms ? new Intent(Intent.ACTION_SENDTO,
609 if (mHasPhone && mHasSms) {
616 } else if (mHasSms) {
    [all...]

Completed in 58 milliseconds