OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConference
(Results
1 - 3
of
3
) sorted by null
/packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java
96
updatePrimaryDisplayInfo(mPrimaryContactInfo,
isConference
(mPrimary));
161
updatePrimaryDisplayInfo(mPrimaryContactInfo,
isConference
(mPrimary));
285
private static boolean
isConference
(Call call) {
294
boolean
isConference
) {
297
updatePrimaryDisplayInfo(entry,
isConference
);
300
updateSecondaryDisplayInfo(
isConference
);
346
private void updatePrimaryDisplayInfo(ContactCacheEntry entry, boolean
isConference
) {
362
entry.photo,
isConference
, isGenericConf, entry.isSipCall);
364
ui.setPrimary(null, null, false, null, null,
isConference
, isGenericConf, false);
369
private void updateSecondaryDisplayInfo(boolean
isConference
) {
[
all
...]
StatusBarNotifier.java
303
final boolean
isConference
= call.isConferenceCall();
305
final Bitmap largeIcon = getLargeIconToDisplay(contactInfo,
isConference
);
307
final String contentTitle = getContentTitle(contactInfo,
isConference
);
407
private String getContentTitle(ContactCacheEntry contactInfo, boolean
isConference
) {
408
if (
isConference
) {
421
private Bitmap getLargeIconToDisplay(ContactCacheEntry contactInfo, boolean
isConference
) {
423
if (
isConference
) {
CallCardFragment.java
180
Drawable photo, boolean
isConference
, boolean isGeneric, boolean isSipCall) {
183
if (
isConference
) {
204
Drawable photo, boolean
isConference
, boolean isGeneric) {
207
if (
isConference
) {
Completed in 96 milliseconds