HomeSort by relevance Sort by last modified time
    Searched full:infomsg (Results 1 - 7 of 7) sorted by null

  /packages/services/Telephony/src/com/android/phone/
PhoneDisplayMessage.java 39 * @param infoMsg Text message from Network.
41 public static void displayNetworkMessage(Context context, String infoMsg) {
42 if (DBG) log("displayInfoRecord: infoMsg=" + infoMsg);
45 displayMessage(context, title, infoMsg);
  /external/toybox/toys/pending/
dhcp.c 319 static void infomsg(uint8_t infomode, char *s, ...) function
    [all...]
dhcpd.c 434 static void infomsg(uint8_t infomode, char *s, ...) function
510 if (errno) infomsg(infomode, "config : Invalid num %s",str);
512 infomsg(infomode, "config : Not a valid num %s",str);
573 infomsg(inf, "config : Obsolete OR Unknown Option : %s", option);
665 infomsg(infomode, "config : static lease : mac not found");
669 infomsg(infomode, "config : static lease : no ip bind to mac %s", tkmac);
677 infomsg(infomode, "config : static lease : mac address wrong format");
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 185 InfoMsg("Jet Filename", "The Jet filename is blank.")
189 InfoMsg("MIDI File", "The file does not exist.")
359 InfoMsg("Start/End", "The segment starting and ending times are illogical.")
363 InfoMsg("Segment Name", "The segment must have a name.")
367 InfoMsg("MIDI File", "The segment must have a midi file selected.")
371 InfoMsg("MIDI File", "The MIDI file does not exist.")
376 InfoMsg("DLS File", "The DLS file does not exist.")
    [all...]
JetCreator.py 576 InfoMsg("Move", "Select one or more items to move.")
    [all...]
JetCtrls.py 385 def InfoMsg(title, message):
JetUtils.py 455 def InfoMsg(msgTitle, msgText):

Completed in 517 milliseconds