Searched defs:arg0 (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DCheckBoxAndSettingsPreference.java54 public void onClick(View arg0) {
64 public void onClick(View arg0) {
65 onSettingsButtonClicked(arg0);
91 protected void onSettingsButtonClicked(View arg0) { argument
H A DSingleSpellCheckerPreference.java85 public void onClick(View arg0) {
86 onLeftButtonClicked(arg0);
95 public void onClick(View arg0) {
96 onSubtypeButtonClicked(arg0);
103 public void onClick(View arg0) {
104 onSettingsButtonClicked(arg0);
110 private void onLeftButtonClicked(View arg0) { argument
130 private void onSubtypeButtonClicked(View arg0) { argument
178 private void onSettingsButtonClicked(View arg0) { argument
H A DInputMethodPreference.java64 public void onClick(View arg0) {
110 public boolean onLongClick(View arg0) {
124 public void onClick(View arg0) {
138 public boolean onLongClick(View arg0) {
261 public int compare(InputMethodPreference arg0, InputMethodPreference arg1) { argument
262 if (arg0.isEnabled() == arg0.isEnabled()) {
263 return arg0.mImi.getId().compareTo(arg1.mImi.getId());
266 return arg0.isEnabled() ? 1 : -1;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DPolicyServiceProxy.java52 public Policy clearUnsupportedPolicies(final Policy arg0) throws RemoteException { argument
55 mReturn = mService.clearUnsupportedPolicies(arg0);
70 public boolean isActive(final Policy arg0) throws RemoteException { argument
73 mReturn = mService.isActive(arg0);
106 public boolean isSupported(final Policy arg0) throws RemoteException { argument
109 mReturn = mService.isSupported(arg0);
124 public void policiesRequired(final long arg0) throws RemoteException { argument
127 mService.policiesRequired(arg0);
142 public void setAccountHoldFlag(final long arg0, final boolean arg1) throws RemoteException { argument
145 mService.setAccountHoldFlag(arg0, arg
151 policiesUpdated(final long arg0) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java142 public IBinder onBind(Intent arg0) { argument
/packages/apps/MusicFX/src/com/android/musicfx/
H A DControlPanelEffect.java521 * Sets int parameter for given key and value arg0, arg1
528 * @param arg0
532 final int audioSession, final Key key, final int arg0, final int arg1) {
534 int value = arg0;
737 Log.e(TAG, "setParameterInt: " + key + "; " + arg0 + "; " + arg1 + "; " + e);
815 * Gets int parameter given key, arg0 and arg1
823 * @param arg0
828 final int audioSession, final Key key, final int arg0, final int arg1) {
829 return getParameterInt(context, packageName, audioSession, key.toString() + arg0 + "_"
531 setParameterInt(final Context context, final String packageName, final int audioSession, final Key key, final int arg0, final int arg1) argument
827 getParameterInt(final Context context, final String packageName, final int audioSession, final Key key, final int arg0, final int arg1) argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java839 public boolean onDown(MotionEvent arg0) { argument
844 public boolean onFling(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3) { argument
850 if (arg1 != null && arg0 != null && arg1.getY() < arg0.getY()) {
874 public void onLongPress(MotionEvent arg0) { argument
879 public boolean onScroll(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3) { argument
884 public void onShowPress(MotionEvent arg0) { argument
888 public boolean onSingleTapUp(MotionEvent arg0) { argument
H A DUserDictionaryToolsList.java446 public void onClick(View arg0) { argument
/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailPlaybackPresenter.java508 public void onStartTrackingTouch(SeekBar arg0) { argument
518 public void onStopTrackingTouch(SeekBar arg0) { argument
556 public void onClick(View arg0) { argument
/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java1208 public IBinder onBind(Intent arg0) { argument

Completed in 247 milliseconds