HomeSort by relevance Sort by last modified time
    Searched refs:sticky (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/java/android/content/
IIntentReceiver.aidl 31 String data, in Bundle extras, boolean ordered, boolean sticky);
IntentSender.java 117 String data, Bundle extras, boolean serialized, boolean sticky) {
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 44 final boolean sticky; // originated from existing sticky data? field in class:BroadcastRecord
45 final boolean initialSticky; // initial broadcast from register to sticky?
81 if (sticky) {
113 if (resultAbort || ordered || sticky || initialSticky) {
116 pw.print(" sticky="); pw.print(sticky);
177 sticky = _sticky;
ActivityManagerService.java 619 * State of all active sticky broadcasts. Keys are the action of the
620 * sticky Intent, values are an ArrayList of all broadcasted intents with
10006 Intent sticky = allSticky != null ? (Intent)allSticky.get(0) : null; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 312 Intent sticky = getContext().registerReceiver(null, filter); local
313 assertNotNull("Sticky not found", sticky);
314 assertEquals(LaunchpadActivity.DATA_1, sticky.getStringExtra("test"));
327 Intent sticky = getContext().registerReceiver(null, filter); local
328 assertNull("Sticky not found", sticky);
341 Intent sticky = getContext().registerReceiver(null, filter); local
342 assertNotNull("Sticky not found", sticky);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 43 boolean ordered, boolean sticky) throws RemoteException {
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 245 /** Whether this key is sticky, i.e., a toggle key */
246 public boolean sticky; field in class:Keyboard.Key
253 /** If this is a sticky key, is it on? */
370 sticky = a.getBoolean(
399 * Changes the pressed state of the key. If it is a sticky key, it will also change the
406 if (sticky) {
483 if (sticky) {
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 324 boolean sticky = data.readInt() != 0;
326 resultCode, dataStr, extras, ordered, sticky);
741 int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky)
751 data.writeInt(sticky ? 1 : 0);
IApplicationThread.java 94 int resultCode, String data, Bundle extras, boolean ordered, boolean sticky)
LoadedApk.java 627 String data, Bundle extras, boolean ordered, boolean sticky) {
636 ordered, sticky);
795 String data, Bundle extras, boolean ordered, boolean sticky) {
807 args.mCurSticky = sticky;
    [all...]
PendingIntent.java 150 String data, Bundle extras, boolean serialized, boolean sticky) {
IActivityManager.java 115 boolean serialized, boolean sticky) throws RemoteException;
ActivityManagerNative.java 100 * Convenience for sending a sticky broadcast. For internal use only.
314 boolean sticky = data.readInt() != 0;
317 serialized, sticky);
    [all...]
ActivityThread.java 616 boolean sticky) throws RemoteException {
617 receiver.performReceive(intent, resultCode, dataStr, extras, ordered, sticky);
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 735 boolean sticky) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java     [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 693 milliseconds