HomeSort by relevance Sort by last modified time
    Searched defs:WapPushManager (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 37 * The WapPushManager service is implemented to process incoming
39 * ID mapping. The WapPushManager runs as a system service, and only the
40 * WapPushManager can update the WAP Push message and Receiver Application
42 * message, the WapPushManager looks up the Receiver Application name in
46 * Table or the WapPushManager returns a process-further value, the
50 public class WapPushManager extends Service {
160 * Compare the package signature with WapPushManager package
366 public WapPushManager() {
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 35 import com.android.smspush.WapPushManager;
48 public class WapPushTest extends ServiceTestCase<WapPushManager> {
454 * Main WapPushManager test module constructor
457 super(WapPushManager.class);
482 startIntent.setClass(getContext(), WapPushManager.class);
508 WapPushManager wpman = getService();
628 WapPushManager wpman = getService();
755 WapPushManager wpman = getService();
    [all...]

Completed in 159 milliseconds