Home | History | Annotate | Download | only in phone

Lines Matching refs:displayInfo

78     // Time to display the  DisplayInfo Record sent by CDMA network
1470 * Displays a notification when the phone receives a DisplayInfo record.
1473 // Extract the DisplayInfo String from the message
1477 String displayInfo = displayInfoRec.alpha;
1478 if (DBG) log("onDisplayInfo: displayInfo=" + displayInfo);
1479 CdmaDisplayInfo.displayInfoRecord(mApplication, displayInfo);