Searched defs:registerForRilConnected (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java552 void registerForRilConnected(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DBaseCommands.java557 public void registerForRilConnected(Handler h, int what, Object obj) { method in class:BaseCommands
558 Log.d(LOG_TAG, "registerForRilConnected h=" + h + " w=" + what);

Completed in 56 milliseconds