Searched refs:arg1 (Results 1 - 25 of 153) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java95 public Message obtainMessageBO(int what, boolean arg1, Object arg2) { argument
96 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2);
99 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { argument
101 args.arg1 = arg2;
103 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, args);
106 public Message obtainMessageO(int what, Object arg1) { argument
107 return mH.obtainMessage(what, 0, 0, arg1);
110 public Message obtainMessageI(int what, int arg1) { argument
111 return mH.obtainMessage(what, arg1, 0);
114 public Message obtainMessageII(int what, int arg1, in argument
118 obtainMessageIO(int what, int arg1, Object arg2) argument
122 obtainMessageIIO(int what, int arg1, int arg2, Object arg3) argument
126 obtainMessageIIOO(int what, int arg1, int arg2, Object arg3, Object arg4) argument
134 obtainMessageIOO(int what, int arg1, Object arg2, Object arg3) argument
141 obtainMessageOO(int what, Object arg1, Object arg2) argument
148 obtainMessageOOO(int what, Object arg1, Object arg2, Object arg3) argument
156 obtainMessageOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4) argument
166 obtainMessageIIII(int what, int arg1, int arg2, int arg3, int arg4) argument
176 obtainMessageIIIIII(int what, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) argument
188 obtainMessageIIIIO(int what, int arg1, int arg2, int arg3, int arg4, Object arg5) argument
[all...]
H A DSomeArgs.java38 public Object arg1; field in class:SomeArgs
84 arg1 = null;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java41 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
67 boolean arg1) throws RemoteException {
91 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { argument
97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
104 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) argument
124 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) argument
136 public void setImeWindowStatus(IBinder arg0, int arg1, int arg2) throws RemoteException { argument
142 public void setInputMethod(IBinder arg0, String arg1) throws RemoteException { argument
148 public void setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
155 public boolean setInputMethodEnabled(String arg0, boolean arg1) throw argument
66 getEnabledInputMethodSubtypeList(InputMethodInfo arg0, boolean arg1) argument
161 showInputMethodAndSubtypeEnablerFromClient(IInputMethodClient arg0, String arg1) argument
174 showMySoftInput(IBinder arg0, int arg1) argument
180 showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
200 switchToNextInputMethod(IBinder arg0, boolean arg1) argument
206 updateStatusIcon(IBinder arg0, String arg1, int arg2) argument
[all...]
H A DBridgeContentProvider.java50 public int bulkInsert(Uri arg0, ContentValues[] arg1) throws RemoteException { argument
56 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException { argument
62 public int delete(Uri arg0, String arg1, String[] arg2) throws RemoteException { argument
74 public Uri insert(Uri arg0, ContentValues arg1) throws RemoteException { argument
80 public AssetFileDescriptor openAssetFile(Uri arg0, String arg1) throws RemoteException, argument
87 public ParcelFileDescriptor openFile(Uri arg0, String arg1) throws RemoteException, argument
94 public Cursor query(Uri arg0, String[] arg1, String arg2, String[] arg3, String arg4, argument
101 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) argument
114 public String[] getStreamTypes(Uri arg0, String arg1) throws RemoteException { argument
120 public AssetFileDescriptor openTypedAssetFile(Uri arg0, String arg1, Bundl argument
[all...]
H A DBridgePowerManager.java42 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, WorkSource arg3) argument
53 public void goToSleep(long arg0, int arg1) throws RemoteException { argument
73 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { argument
78 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { argument
103 public void updateWakeLockWorkSource(IBinder arg0, WorkSource arg1) throws RemoteException { argument
H A DBridgeWindow.java44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) argument
50 public void resized(Rect arg1, Rect arg2, Rect arg3, argument
56 public void moved(int arg0, int arg1) throws RemoteException { argument
66 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException { argument
H A DBridgeWindowSession.java40 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, argument
48 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, argument
56 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
64 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
88 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4, argument
121 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException { argument
H A DBridgeContext.java861 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { argument
873 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { argument
885 public int checkCallingUriPermission(Uri arg0, int arg1) { argument
891 public int checkPermission(String arg0, int arg1, int arg2) { argument
897 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { argument
903 public int checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, argument
916 public Context createPackageContext(String arg0, int arg1) { argument
922 public Context createPackageContextAsUser(String arg0, int arg1, UserHandle user) { argument
958 public void enforceCallingOrSelfPermission(String arg0, String arg1) { argument
964 public void enforceCallingOrSelfUriPermission(Uri arg0, int arg1, argument
971 enforceCallingPermission(String arg0, String arg1) argument
977 enforceCallingUriPermission(Uri arg0, int arg1, String arg2) argument
983 enforcePermission(String arg0, int arg1, int arg2, String arg3) argument
989 enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, String arg4) argument
996 enforceUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5, String arg6) argument
1041 getDir(String arg0, int arg1) argument
1100 getSharedPreferences(String arg0, int arg1) argument
1122 grantUriPermission(String arg0, Uri arg1, int arg2) argument
1134 openFileOutput(String arg0, int arg1) argument
1140 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2) argument
1146 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2, DatabaseErrorHandler arg3) argument
1159 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1) argument
1165 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3) argument
1172 registerReceiverAsUser(BroadcastReceiver arg0, UserHandle arg0p5, IntentFilter arg1, String arg2, Handler arg3) argument
1185 revokeUriPermission(Uri arg0, int arg1) argument
1197 sendBroadcast(Intent arg0, String arg1) argument
1203 sendOrderedBroadcast(Intent arg0, String arg1) argument
1209 sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
1289 startActivity(Intent arg0, Bundle arg1) argument
1308 startInstrumentation(ComponentName arg0, String arg1, Bundle arg2) argument
1327 startServiceAsUser(Intent arg0, UserHandle arg1) argument
1333 stopServiceAsUser(Intent arg0, UserHandle arg1) argument
1362 startActivities(Intent[] arg0, Bundle arg1) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java90 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, boolean arg4, argument
98 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { argument
130 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { argument
208 public void moveAppToken(int arg0, IBinder arg1) throws RemoteException { argument
226 public IWindowSession openSession(IInputMethodClient arg0, IInputContext arg1) argument
233 public void overridePendingAppTransition(String arg0, int arg1, int arg2, argument
258 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException { argument
288 public Bitmap screenshotApplications(IBinder arg0, int displayId, int arg1, int arg2) argument
295 public void setAnimationScale(int arg0, float arg1) throws RemoteException { argument
307 public void setAppGroupId(IBinder arg0, int arg1) throw argument
313 setAppOrientation(IApplicationToken arg0, int arg1) argument
318 setAppStartingWindow(IBinder arg0, String arg1, int arg2, CompatibilityInfo arg3, CharSequence arg4, int arg5, int arg6, int arg7, IBinder arg8, boolean arg9) argument
325 setAppVisibility(IBinder arg0, boolean arg1) argument
341 setFocusedApp(IBinder arg0, boolean arg1) argument
346 setForcedDisplaySize(int displayId, int arg0, int arg1) argument
366 updateRotation(boolean arg0, boolean arg1) argument
381 startAppFreezingScreen(IBinder arg0, int arg1) argument
397 stopAppFreezingScreen(IBinder arg0, boolean arg1) argument
413 updateOrientationFromAppTokens(Configuration arg0, IBinder arg1) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java64 Object arg1; field in class:IInputConnectionWrapper.SomeArgs
203 msg.arg1, msg.arg2), args.seq);
219 msg.arg1, msg.arg2), args.seq);
235 msg.arg1), args.seq);
250 args.callback.setCursorCapsMode(ic.getCursorCapsMode(msg.arg1),
267 (ExtractedTextRequest)args.arg1, msg.arg1), args.seq);
279 ic.commitText((CharSequence)msg.obj, msg.arg1);
288 ic.setSelection(msg.arg1, msg.arg2);
297 ic.performEditorAction(msg.arg1);
431 obtainMessageII(int what, int arg1, int arg2) argument
435 obtainMessageO(int what, Object arg1) argument
439 obtainMessageISC(int what, int arg1, int seq, IInputContextCallback callback) argument
446 obtainMessageIISC(int what, int arg1, int arg2, int seq, IInputContextCallback callback) argument
453 obtainMessageIOSC(int what, int arg1, Object arg2, int seq, IInputContextCallback callback) argument
462 obtainMessageIO(int what, int arg1, Object arg2) argument
466 obtainMessageOO(int what, Object arg1, Object arg2) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java103 * msg.arg1 == 0 : STATUS_SUCCESSFUL
123 * msg.arg1 == 0 : Accept connection
144 * msg.arg1 == 0 : STATUS_SUCCESSFUL
290 status = response.arg1;
299 * msg.arg1 = status
345 * msg.arg1 = status
360 * msg.arg1 = status
419 * msg.arg1 = status
491 * @param arg1
493 public void sendMessage(int what, int arg1) { argument
507 sendMessage(int what, int arg1, int arg2) argument
523 sendMessage(int what, int arg1, int arg2, Object obj) argument
580 replyToMessage(Message srcMsg, int what, int arg1) argument
595 replyToMessage(Message srcMsg, int what, int arg1, int arg2) argument
612 replyToMessage(Message srcMsg, int what, int arg1, int arg2, Object obj) argument
666 sendMessageSynchronously(int what, int arg1) argument
682 sendMessageSynchronously(int what, int arg1, int arg2) argument
700 sendMessageSynchronously(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/java/android/os/
H A DMessage.java42 * arg1 and arg2 are lower-cost alternatives to using
46 public int arg1; field in class:Message
49 * arg1 and arg2 are lower-cost alternatives to using
128 m.arg1 = orig.arg1;
202 * <em>arg1</em>, and <em>arg2</em> members.
206 * @param arg1 The <em>arg1</em> value to set.
210 public static Message obtain(Handler h, int what, int arg1, int arg2) { argument
214 m.arg1
231 obtain(Handler h, int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java60 public SpellCheckerSubtype getCurrentSpellCheckerSubtype(String arg0, boolean arg1) argument
73 public void getSpellCheckerService(String arg0, String arg1, argument
87 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { argument
93 public void setCurrentSpellCheckerSubtype(String arg0, int arg1) throws RemoteException { argument
/frameworks/compile/libbcc/tests/data/src/
H A Dfloat.c25 void testVars(float arg0, float arg1, double arg2, double arg3) { argument
29 f1 = arg1;
33 local1 = arg1;
37 printf("args: %g %g %g %g\n", arg0, arg1, arg2, arg3);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java357 PhoneStateListener.this.onSignalStrengthChanged(msg.arg1);
360 PhoneStateListener.this.onMessageWaitingIndicatorChanged(msg.arg1 != 0);
363 PhoneStateListener.this.onCallForwardingIndicatorChanged(msg.arg1 != 0);
369 PhoneStateListener.this.onCallStateChanged(msg.arg1, (String)msg.obj);
372 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1, msg.arg2);
373 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1);
376 PhoneStateListener.this.onDataActivity(msg.arg1);
382 PhoneStateListener.this.onOtaspChanged(msg.arg1);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
H A DWindowManagerImpl.java45 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { argument
55 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { argument
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java73 int event = msg.arg1;
110 // on top of the event values in arg1.
113 reply.arg1 = msg.arg1;
116 Log.d(TAG, "WorkerHandler.handleMsg: msg.arg1=" + msg.arg1
169 msg.arg1 = EVENT_ARG_QUERY;
211 msg.arg1 = EVENT_ARG_INSERT;
237 msg.arg1 = EVENT_ARG_UPDATE;
265 msg.arg1
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java92 mInputMethodSession.updateExtractedText(msg.arg1,
97 mInputMethodSession.dispatchKeyEvent(msg.arg1,
98 (KeyEvent)args.arg1,
106 mInputMethodSession.dispatchTrackballEvent(msg.arg1,
107 (MotionEvent)args.arg1,
115 mInputMethodSession.dispatchGenericMotionEvent(msg.arg1,
116 (MotionEvent)args.arg1,
135 mInputMethodSession.appPrivateCommand((String)args.arg1,
141 mInputMethodSession.toggleSoftInput(msg.arg1, msg.arg2);
149 mInputMethodSession.viewClicked(msg.arg1
[all...]
/frameworks/base/media/java/android/media/
H A DJetPlayer.java415 // encoded in msg.arg1
418 (short)((msg.arg1 & JET_EVENT_SEG_MASK) >> JET_EVENT_SEG_SHIFT),
419 (byte) ((msg.arg1 & JET_EVENT_TRACK_MASK) >> JET_EVENT_TRACK_SHIFT),
422 (byte)(((msg.arg1 & JET_EVENT_CHAN_MASK) >> JET_EVENT_CHAN_SHIFT) + 1),
423 (byte) ((msg.arg1 & JET_EVENT_CTRL_MASK) >> JET_EVENT_CTRL_SHIFT),
424 (byte) (msg.arg1 & JET_EVENT_VAL_MASK) );
429 listener.onJetUserIdUpdate(mJet, msg.arg1, msg.arg2);
434 listener.onJetNumQueuedSegmentUpdate(mJet, msg.arg1);
439 listener.onJetPauseUpdate(mJet, msg.arg1);
562 int what, int arg1, in
561 postEventFromNative(Object jetplayer_ref, int what, int arg1, int arg2) argument
[all...]
H A DSoundPool.java447 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
450 mOnLoadCompleteListener.onLoadComplete(mSoundPool, msg.arg1, msg.arg2);
462 private static void postEventFromNative(Object weakRef, int msg, int arg1, int arg2, Object obj) argument
469 Message m = soundPool.mEventHandler.obtainMessage(msg, arg1, arg2, obj);
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java64 msg.arg1 = 100;
74 if (msg.arg1 != 100) {
76 "Message.arg1 is not 100: " + msg.arg1));
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) { argument
90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { argument
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { argument
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2, argument
/frameworks/base/core/java/android/app/
H A DIntentService.java66 stopSelf(msg.arg1);
117 msg.arg1 = startId;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java86 mEventSender.enableDOMUIEventLogging(msg.arg1);
89 mEventSender.fireKeyboardEventsToElement(msg.arg1);
102 mEventSender.leapForward(msg.arg1);
114 mEventSender.mouseMoveTo(msg.arg1, msg.arg2);
138 mEventSender.addTouchPoint(msg.arg1, msg.arg2);
157 mEventSender.releaseTouchPoint(msg.arg1);
165 mEventSender.cancelTouchPoint(msg.arg1);
177 mLayoutTestController.dumpAsText(msg.arg1 == 1);
213 mLayoutTestController.queueBackNavigation(msg.arg1);
217 mLayoutTestController.queueForwardNavigation(msg.arg1);
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java208 mMousePoint = createViewPointFromContentCoordinates(msg.arg1, msg.arg2);
222 new TouchPoint(id, createViewPointFromContentCoordinates(msg.arg1, msg.arg2)));
264 if (msg.arg1 >= getTouchPoints().size()) {
266 + msg.arg1);
270 getTouchPoints().get(msg.arg1).cancel();
285 if (msg.arg1 >= getTouchPoints().size()) {
287 + msg.arg1);
291 getTouchPoints().get(msg.arg1).release();
352 msg.arg1 = domNode;
358 msg.arg1
[all...]

Completed in 1617 milliseconds

1234567