Home
last modified time | relevance | path

Searched defs:resendMessage (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt135 override fun resendMessage(msg: Int) {} in resendMessage() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
137 override fun resendMessage(msg: Any?) {} in resendMessage() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java306 void resendMessage(int msg); in resendMessage() method
308 void resendMessage(Object msg); in resendMessage() method
DCentralSurfacesImpl.java310 public void resendMessage(int msg) { in resendMessage() method in CentralSurfacesImpl
316 public void resendMessage(Object msg) { in resendMessage() method in CentralSurfacesImpl