Home | History | Annotate | Download | only in server

Lines Matching refs:extras

756         public boolean callStatusChangedLocked(String provider, int status, Bundle extras) {
762 mListener.onStatusChanged(provider, status, extras);
772 statusChanged.putExtras(new Bundle(extras));
1898 public boolean sendExtraCommand(String provider, String command, Bundle extras) {
1916 return p.sendExtraCommand(command, extras);
2146 Bundle extras = new Bundle();
2147 int status = p.getStatus(extras);
2208 if (!receiver.callStatusChangedLocked(provider, status, extras)) {
2497 public void setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) {
2504 mockProvider.setStatus(status, extras, updateTime);