Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentProvider.java50 public int bulkInsert(Uri arg0, ContentValues[] arg1) throws RemoteException { in bulkInsert()
56 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException { in call()
62 public int delete(Uri arg0, String arg1, String[] arg2) throws RemoteException { in delete()
74 public Uri insert(Uri arg0, ContentValues arg1) throws RemoteException { in insert()
80 public AssetFileDescriptor openAssetFile(Uri arg0, String arg1) throws RemoteException, in openAssetFile()
87 public ParcelFileDescriptor openFile(Uri arg0, String arg1) throws RemoteException, in openFile()
94 public Cursor query(Uri arg0, String[] arg1, String arg2, String[] arg3, String arg4, in query()
101 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) in update()
114 public String[] getStreamTypes(Uri arg0, String arg1) throws RemoteException { in getStreamTypes()
120 public AssetFileDescriptor openTypedAssetFile(Uri arg0, String arg1, Bundle arg2) in openTypedAssetFile()
DBridgeIInputMethodManager.java41 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) in addClient()
67 boolean arg1) throws RemoteException { in getEnabledInputMethodSubtypeList()
91 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { in hideMySoftInput()
97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) in hideSoftInput()
104 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) in notifySuggestionPicked()
124 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) in setAdditionalInputMethodSubtypes()
136 public void setImeWindowStatus(IBinder arg0, int arg1, int arg2) throws RemoteException { in setImeWindowStatus()
142 public void setInputMethod(IBinder arg0, String arg1) throws RemoteException { in setInputMethod()
148 public void setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) in setInputMethodAndSubtype()
155 public boolean setInputMethodEnabled(String arg0, boolean arg1) throws RemoteException { in setInputMethodEnabled()
[all …]
DBridgePowerManager.java42 public void acquireWakeLock(int arg0, IBinder arg1, String arg2, WorkSource arg3) in acquireWakeLock()
48 public void clearUserActivityTimeout(long arg0, long arg1) throws RemoteException { in clearUserActivityTimeout()
69 public void goToSleepWithReason(long arg0, int arg1) throws RemoteException { in goToSleepWithReason()
84 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLock()
89 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { in setAttentionLight()
109 public void setPokeLock(int arg0, IBinder arg1, String arg2) throws RemoteException { in setPokeLock()
119 public void updateWakeLockWorkSource(IBinder arg0, WorkSource arg1) throws RemoteException { in updateWakeLockWorkSource()
124 public void userActivity(long arg0, boolean arg1) throws RemoteException { in userActivity()
129 … public void userActivityWithForce(long arg0, boolean arg1, boolean arg2) throws RemoteException { in userActivityWithForce()
DBridgeWindowManager.java101 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, boolean arg4) in addAppToken()
108 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { in addWindowToken()
126 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { in disableKeyguard()
204 public void moveAppToken(int arg0, IBinder arg1) throws RemoteException { in moveAppToken()
222 public IWindowSession openSession(IInputMethodClient arg0, IInputContext arg1) in openSession()
229 public void overridePendingAppTransition(String arg0, int arg1, int arg2, in overridePendingAppTransition()
254 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException { in prepareAppTransition()
284 public Bitmap screenshotApplications(IBinder arg0, int arg1, int arg2) throws RemoteException { in screenshotApplications()
290 public void setAnimationScale(int arg0, float arg1) throws RemoteException { in setAnimationScale()
302 public void setAppGroupId(IBinder arg0, int arg1) throws RemoteException { in setAppGroupId()
[all …]
DBridgeContext.java857 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { in bindService()
869 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { in checkCallingOrSelfUriPermission()
881 public int checkCallingUriPermission(Uri arg0, int arg1) { in checkCallingUriPermission()
887 public int checkPermission(String arg0, int arg1, int arg2) { in checkPermission()
893 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { in checkUriPermission()
899 public int checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, in checkUriPermission()
912 public Context createPackageContext(String arg0, int arg1) { in createPackageContext()
936 public void enforceCallingOrSelfPermission(String arg0, String arg1) { in enforceCallingOrSelfPermission()
942 public void enforceCallingOrSelfUriPermission(Uri arg0, int arg1, in enforceCallingOrSelfUriPermission()
949 public void enforceCallingPermission(String arg0, String arg1) { in enforceCallingPermission()
[all …]
DBridgeWindow.java44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) in executeCommand()
50 public void resized(int arg0, int arg1, Rect arg2, Rect arg3, in resized()
61 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException { in windowFocusChanged()
DBridgeWindowSession.java40 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, in add()
48 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3) in addWithoutInputChannel()
71 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4, in relayout()
104 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException { in setTransparentRegion()
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java38 public Object arg1; field in HandlerCaller.SomeArgs
139 public Message obtainMessageBO(int what, boolean arg1, Object arg2) { in obtainMessageBO()
143 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { in obtainMessageBOO()
150 public Message obtainMessageO(int what, Object arg1) { in obtainMessageO()
154 public Message obtainMessageI(int what, int arg1) { in obtainMessageI()
158 public Message obtainMessageII(int what, int arg1, int arg2) { in obtainMessageII()
162 public Message obtainMessageIO(int what, int arg1, Object arg2) { in obtainMessageIO()
166 public Message obtainMessageIIO(int what, int arg1, int arg2, Object arg3) { in obtainMessageIIO()
170 public Message obtainMessageIIOO(int what, int arg1, int arg2, in obtainMessageIIOO()
178 public Message obtainMessageIOO(int what, int arg1, Object arg2, Object arg3) { in obtainMessageIOO()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
DITextServicesManager_Stub_Delegate.java60 public SpellCheckerSubtype getCurrentSpellCheckerSubtype(String arg0, boolean arg1) in getCurrentSpellCheckerSubtype()
73 public void getSpellCheckerService(String arg0, String arg1, in getSpellCheckerService()
87 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { in setCurrentSpellChecker()
93 public void setCurrentSpellCheckerSubtype(String arg0, int arg1) throws RemoteException { in setCurrentSpellCheckerSubtype()
/frameworks/support/volley/tests/src/com/android/volley/mock/
DMockHttpClient.java80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) { in execute()
90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { in execute()
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { in execute()
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2, in execute()
/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java64 Object arg1; field in IInputConnectionWrapper.SomeArgs
431 Message obtainMessageII(int what, int arg1, int arg2) { in obtainMessageII()
435 Message obtainMessageO(int what, Object arg1) { in obtainMessageO()
439 Message obtainMessageISC(int what, int arg1, int seq, IInputContextCallback callback) { in obtainMessageISC()
446 … Message obtainMessageIISC(int what, int arg1, int arg2, int seq, IInputContextCallback callback) { in obtainMessageIISC()
453 Message obtainMessageIOSC(int what, int arg1, Object arg2, int seq, in obtainMessageIOSC()
462 Message obtainMessageIO(int what, int arg1, Object arg2) { in obtainMessageIO()
466 Message obtainMessageOO(int what, Object arg1, Object arg2) { in obtainMessageOO()
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java483 public void sendMessage(int what, int arg1) { in sendMessage()
497 public void sendMessage(int what, int arg1, int arg2) { in sendMessage()
513 public void sendMessage(int what, int arg1, int arg2, Object obj) { in sendMessage()
570 public void replyToMessage(Message srcMsg, int what, int arg1) { in replyToMessage()
585 public void replyToMessage(Message srcMsg, int what, int arg1, int arg2) { in replyToMessage()
602 public void replyToMessage(Message srcMsg, int what, int arg1, int arg2, Object obj) { in replyToMessage()
656 public Message sendMessageSynchronously(int what, int arg1) { in sendMessageSynchronously()
672 public Message sendMessageSynchronously(int what, int arg1, int arg2) { in sendMessageSynchronously()
690 public Message sendMessageSynchronously(int what, int arg1, int arg2, Object obj) { in sendMessageSynchronously()
DStateMachine.java1433 public final Message obtainMessage(int what, int arg1, int arg2) in obtainMessage()
1451 public final Message obtainMessage(int what, int arg1, int arg2, Object obj) in obtainMessage()
/frameworks/base/core/java/android/os/
DMessage.java46 public int arg1; field in Message
210 public static Message obtain(Handler h, int what, int arg1, int arg2) { in obtain()
232 int arg1, int arg2, Object obj) { in obtain()
DHandler.java230 public final Message obtainMessage(int what, int arg1, int arg2) in obtainMessage()
245 public final Message obtainMessage(int what, int arg1, int arg2, Object obj) in obtainMessage()
/frameworks/compile/libbcc/tests/data/src/
Dfloat.c25 void testVars(float arg0, float arg1, double arg2, double arg3) { in testVars()
/frameworks/av/camera/
DICamera.cpp236 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) in sendCommand()
392 int arg1 = data.readInt32(); in onTransact() local
DCamera.cpp322 status_t Camera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) in sendCommand()
/frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/
DUiAutomatorViewer.java402 protected void setValue(Object arg0, Object arg1) { in setValue()
/frameworks/base/media/java/android/media/
DSoundPool.java462 private static void postEventFromNative(Object weakRef, int msg, int arg1, int arg2, Object obj) in postEventFromNative()
DJetPlayer.java562 int what, int arg1, int arg2) { in postEventFromNative()
/frameworks/av/services/camera/libcameraservice/
DCameraHardwareStub.cpp373 status_t CameraHardwareStub::sendCommand(int32_t command, int32_t arg1, in sendCommand()
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java492 public CharSequence subSequence(int arg0, int arg1) { in subSequence()
/frameworks/base/media/java/android/media/audiofx/
DVisualizer.java656 int what, int arg1, int arg2, Object obj) { in postEventFromNative()
/frameworks/base/core/jni/
Dandroid_media_JetPlayer.cpp56 jetPlayerEventCallback(int what, int arg1=0, int arg2=0, void* javaTarget = NULL) in jetPlayerEventCallback()

12