Searched refs:KEY_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
45 public static final String KEY_SIGNATURE = "KEY_RUNNER_HANDLER_SIGNATURE"; field in RunnerHandler105 if (bundle.getString(KEY_SIGNATURE) == null) { in sendMessageAtTime()108 bundle.putString(KEY_SIGNATURE, signature); in sendMessageAtTime()116 final String signature = bundle.getString(KEY_SIGNATURE); in dispatchMessage()157 bundle.putString(KEY_SIGNATURE, signature); in postToFront()
19 import static com.android.server.wifi.RunnerHandler.KEY_SIGNATURE;210 m.getData().putString(KEY_SIGNATURE, taskName); in post()232 m.getData().putString(KEY_SIGNATURE, taskName); in postDelayed()349 m.getData().putString(KEY_SIGNATURE, taskName); in postAndWait()