OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContactDisplayUtils
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/widget/
AlphaTouchInterceptorOverlay.java
23
import com.android.contacts.detail.
ContactDisplayUtils
;
69
if (mAlphaLayer == this)
ContactDisplayUtils
.setAlphaOnViewBackground(this, 0.0f);
79
ContactDisplayUtils
.setAlphaOnViewBackground(mAlphaLayer, mAlpha);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
ContactDisplayUtilTests.java
32
* Unit tests for (@link
ContactDisplayUtils
}
49
assertTrue(
ContactDisplayUtils
.isCustomPhoneType(Phone.TYPE_CUSTOM));
50
assertTrue(
ContactDisplayUtils
.isCustomPhoneType(Phone.TYPE_ASSISTANT));
54
assertFalse(
ContactDisplayUtils
.isCustomPhoneType(Phone.TYPE_HOME));
55
assertFalse(
ContactDisplayUtils
.isCustomPhoneType(Phone.TYPE_FAX_WORK));
56
assertFalse(
ContactDisplayUtils
.isCustomPhoneType(Phone.TYPE_MOBILE));
57
assertFalse(
ContactDisplayUtils
.isCustomPhoneType(Phone.TYPE_OTHER));
61
final CharSequence smsResult =
ContactDisplayUtils
.getLabelForCallOrSms(Phone.TYPE_CUSTOM,
62
"expected sms label",
ContactDisplayUtils
.INTERACTION_SMS, getContext());
65
final CharSequence callResult =
ContactDisplayUtils
.getLabelForCallOrSms(Phone.TYPE_CUSTOM
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactDisplayUtils.java
40
public class
ContactDisplayUtils
{
42
private static final String TAG =
ContactDisplayUtils
.class.getSimpleName();
82
". Defaulting to
ContactDisplayUtils
.INTERACTION_CALL.");
240
return
ContactDisplayUtils
.getTelephoneTtsSpannable(msg, number);
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java
55
public class
ContactDisplayUtils
{
56
private static final String TAG = "
ContactDisplayUtils
";
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
153
import com.android.contacts.detail.
ContactDisplayUtils
;
[
all
...]
Completed in 353 milliseconds