Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 20 of 20) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeIInputMethodManager.java43 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) in addClient()
50 public void finishInput(IInputMethodClient arg0) throws RemoteException { in finishInput()
68 public List<InputMethodSubtype> getEnabledInputMethodSubtypeList(String arg0, in getEnabledInputMethodSubtypeList()
93 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { in hideMySoftInput()
99 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) in hideSoftInput()
106 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) in notifySuggestionPicked()
113 public void registerSuggestionSpansForNotification(SuggestionSpan[] arg0) in registerSuggestionSpansForNotification()
120 public void removeClient(IInputMethodClient arg0) throws RemoteException { in removeClient()
126 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) in setAdditionalInputMethodSubtypes()
132 public boolean setCurrentInputMethodSubtype(InputMethodSubtype arg0) throws RemoteException { in setCurrentInputMethodSubtype()
[all …]
DBridgeContentProvider.java44 ArrayList<ContentProviderOperation> arg0) in applyBatch()
51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1) in bulkInsert()
58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2) in call()
65 public int delete(String callingPackage, Uri arg0, String arg1, String[] arg2) in delete()
72 public String getType(Uri arg0) throws RemoteException { in getType()
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException { in insert()
85 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal) in openAssetFile()
93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token) in openFile()
100 public Cursor query(String callingPackage, Uri arg0, String[] arg1, in query()
107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2, in update()
[all …]
DBridgePowerManager.java58 …public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, S… in acquireWakeLock()
64 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, int arg3) in acquireWakeLockWithUid()
75 public void crash(String arg0) throws RemoteException { in crash()
80 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { in goToSleep()
85 public void nap(long arg0) throws RemoteException { in nap()
105 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLock()
110 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException { in updateWakeLockUids()
115 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { in setAttentionLight()
120 …public void setTemporaryScreenAutoBrightnessAdjustmentSettingOverride(float arg0) throws RemoteExc… in setTemporaryScreenAutoBrightnessAdjustmentSettingOverride()
125 public void setTemporaryScreenBrightnessSettingOverride(int arg0) throws RemoteException { in setTemporaryScreenBrightnessSettingOverride()
[all …]
DBridgeContext.java1234 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { in bindService()
1240 public int checkCallingOrSelfPermission(String arg0) { in checkCallingOrSelfPermission()
1246 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { in checkCallingOrSelfUriPermission()
1252 public int checkCallingPermission(String arg0) { in checkCallingPermission()
1258 public int checkCallingUriPermission(Uri arg0, int arg1) { in checkCallingUriPermission()
1264 public int checkPermission(String arg0, int arg1, int arg2) { in checkPermission()
1270 public int checkSelfPermission(String arg0) { in checkSelfPermission()
1276 public int checkPermission(String arg0, int arg1, int arg2, IBinder arg3) { in checkPermission()
1282 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { in checkUriPermission()
1288 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3, IBinder arg4) { in checkUriPermission()
[all …]
DBridgeWindowSession.java41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, Rect arg4, in add()
49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, in addToDisplay()
57 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, in addWithoutInputChannel()
65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, in addToDisplayWithoutInputChannel()
73 public void finishDrawing(IWindow arg0) throws RemoteException { in finishDrawing()
109 public void remove(IWindow arg0) throws RemoteException { in remove()
114 public void setInTouchMode(boolean arg0) throws RemoteException { in setInTouchMode()
119 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException { in setTransparentRegion()
DBridgeWindow.java36 public void dispatchAppVisibility(boolean arg0) throws RemoteException { in dispatchAppVisibility()
46 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) in executeCommand()
59 public void moved(int arg0, int arg1) throws RemoteException { in moved()
64 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException { in windowFocusChanged()
/frameworks/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java79 public void addWindowToken(IBinder arg0, int arg1, int arg2) throws RemoteException { in addWindowToken()
101 public void closeSystemDialogs(String arg0) throws RemoteException { in closeSystemDialogs()
117 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { in disableKeyguard()
129 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException { in exitKeyguardSecurely()
135 public void freezeRotation(int arg0) throws RemoteException { in freezeRotation()
141 public float getAnimationScale(int arg0) throws RemoteException { in getAnimationScale()
165 public boolean inputMethodClientHasFocus(IInputMethodClient arg0) throws RemoteException { in inputMethodClientHasFocus()
189 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0, in openSession()
196 public void overridePendingAppTransition(String arg0, int arg1, int arg2, in overridePendingAppTransition()
246 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException { in prepareAppTransition()
[all …]
/frameworks/base/tools/preload2/src/com/android/preload/ui/
DNullProgressMonitor.java24 public void advance(int arg0) {} in advance()
32 public void start(int arg0) {} in start()
35 public void startSubTask(String arg0) {} in startSubTask()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java52 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { in addView()
57 public void removeView(View arg0) { in removeView()
62 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { in updateViewLayout()
68 public void removeViewImmediate(View arg0) { in removeViewImmediate()
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DGeneralHprofDumpHandler.java48 public void onEndFailure(Client arg0, String arg1) { in onEndFailure()
56 public void onSuccess(String arg0, Client arg1) { in onSuccess()
64 public void onSuccess(byte[] arg0, Client arg1) { in onSuccess()
DHprof.java150 public void onEndFailure(Client arg0, String arg1) { in onEndFailure()
166 public void onSuccess(String arg0, Client arg1) { in onSuccess()
185 public void onSuccess(byte[] arg0, Client arg1) { in onSuccess()
/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java247 public void addOutput(byte[] arg0, int arg1, int arg2) {} in addOutput()
265 public void addOutput(byte[] arg0, int arg1, int arg2) { in addOutput()
364 public void deviceChanged(IDevice arg0, int arg1) { in deviceChanged()
370 public void deviceConnected(IDevice arg0) { in deviceConnected()
385 public void deviceDisconnected(IDevice arg0) { in deviceDisconnected()
400 public void deviceChanged(IDevice arg0, int arg1) { in deviceChanged()
410 public void deviceConnected(IDevice arg0) { in deviceConnected()
414 public void deviceDisconnected(IDevice arg0) { in deviceDisconnected()
DClientUtils.java165 public void clientChanged(Client arg0, int arg1) { in clientChanged()
216 public void clientChanged(Client arg0, int arg1) { in clientChanged()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DDataVerify.java113 public IBinder onBind(Intent arg0) { in onBind()
/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp120 clang::Expr* arg0 = CE->getArg(0); in matchKernelLaunchCall() local
255 const clang::Expr* arg0 = CE->getArg(0); in VisitCallExpr() local
/frameworks/av/services/medialog/
DMediaLogService.cpp103 const String8 arg0(args[0]); in dump() local
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java525 public char charAt(int arg0) { in charAt()
535 public CharSequence subSequence(int arg0, int arg1) { in subSequence()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java372 public IBinder onBind(Intent arg0) { in onBind()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreCipherSpiBase.java727 protected final void engineSetPadding(String arg0) throws NoSuchPaddingException { in engineSetPadding()
/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp303 uint32_t arg0; in TEST_F() member