Searched refs:WapPushManager (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java37 * 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 { class in inherits:Service
156 * Compare the package signature with WapPushManager package
362 public WapPushManager() { method in class:WapPushManager
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java38 import com.android.smspush.WapPushManager;
41 * WapPushManager test application
H A DWapPushTest.java35 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();
609 WapPushManager wpman = getService();
736 WapPushManager wpman = getService();
2119 * If application ID is found, WapPushManager substitute the message
2120 * processing. Since WapPushManager i
[all...]

Completed in 504 milliseconds