OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WapPushManager
(Results
1 - 3
of
3
) 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/
ClientTest.java
38
import com.android.smspush.
WapPushManager
;
41
*
WapPushManager
test application
161
Log.v(LOG_TAG, "onStart bind
WAPPushManager
service "
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 44 milliseconds