Home | History | Annotate | Download | only in facade

Lines Matching refs:phone

77       Class<?> phone = Class.forName("android.provider.ContactsContract$CommonDataKinds$Phone");
78 mPhoneContent = (Uri) phone.getField("CONTENT_URI").get(null);
79 mContactId = (String) phone.getField("CONTACT_ID").get(null);
80 mPrimary = (String) phone.getField("IS_PRIMARY").get(null);
81 mPhoneNumber = (String) phone.getField("NUMBER").get(null);
82 mHasPhoneNumber = (String) phone.getField("HAS_PHONE_NUMBER").get(null);
101 description = "Displays a list of phone numbers to pick from.",
102 returns = "The selected phone number."
303 @Rpc(description = "Erase all contacts in phone book.")