Searched refs:args (Results 1 - 25 of 359) sorted by last modified time

1234567891011>>

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java263 public Loader<Cursor> onCreateLoader(int id, Bundle args) { argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java254 public Loader<Bitmap> onCreateLoader(int id, Bundle args) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DApnContext.java243 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DCallTracker.java176 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DDataConnection.java1257 * @param args
1260 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1262 super.dump(fd, pw, args);
H A DDataConnectionTracker.java1433 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1470 entry.getValue().dump(fd, pw, args);
1485 entry.getValue().dump(fd, pw, args);
H A DDebugService.java42 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
68 phoneBase.dump(fd, pw, args);
75 phoneBase.mDataConnectionTracker.dump(fd, pw, args);
82 phoneBase.getServiceStateTracker().dump(fd, pw, args);
89 phoneBase.getCallTracker().dump(fd, pw, args);
96 ((RIL)phoneBase.mCM).dump(fd, pw, args);
H A DPhoneBase.java1219 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DPhoneSubInfo.java192 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DPhoneSubInfoProxy.java130 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
131 mPhoneSubInfo.dump(fd, pw, args);
H A DRIL.java3867 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DServiceStateTracker.java615 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java309 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
311 super.dump(fd, pw, args);
H A DCDMAPhone.java1515 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1517 super.dump(fd, pw, args);
H A DCdmaCallTracker.java1136 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1138 super.dump(fd, pw, args);
H A DCdmaDataConnection.java120 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
122 super.dump(fd, pw, args);
H A DCdmaDataConnectionTracker.java963 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
965 super.dump(fd, pw, args);
H A DCdmaLteServiceStateTracker.java626 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
628 super.dump(fd, pw, args);
H A DCdmaServiceStateTracker.java1721 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1723 super.dump(fd, pw, args);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1549 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1551 super.dump(fd, pw, args);
H A DGsmCallTracker.java930 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
932 super.dump(fd, pw, args);
H A DGsmDataConnection.java160 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
162 super.dump(fd, pw, args);
H A DGsmDataConnectionTracker.java2425 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
2427 super.dump(fd, pw, args);
H A DGsmServiceStateTracker.java1718 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1720 super.dump(fd, pw, args);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java56 private final Bundle args; field in class:FragmentTabHost.TabInfo
62 args = _args;
214 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) { argument
218 TabInfo info = new TabInfo(tag, clss, args);
332 newTab.clss.getName(), newTab.args);

Completed in 279 milliseconds

1234567891011>>