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 41 * The WapPushManager service is implemented to process incoming
43 * ID mapping. The WapPushManager runs as a system service, and only the
44 * WapPushManager can update the WAP Push message and Receiver Application
46 * message, the WapPushManager looks up the Receiver Application name in
50 * Table or the WapPushManager returns a process-further value, the
54 public class WapPushManager extends Service {
164 * Compare the package signature with WapPushManager package
390 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 593 milliseconds