Searched refs:arg0 (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java42 public void acquireWakeLock(int arg0, IBinder arg1, String arg2, WorkSource arg3) argument
48 public void clearUserActivityTimeout(long arg0, long arg1) throws RemoteException { argument
53 public void crash(String arg0) throws RemoteException { argument
64 public void goToSleep(long arg0) throws RemoteException { argument
69 public void goToSleepWithReason(long arg0, int arg1) throws RemoteException { argument
74 public void preventScreenOn(boolean arg0) throws RemoteException { argument
79 public void reboot(String arg0) throws RemoteException { argument
84 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { argument
89 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { argument
94 public void setAutoBrightnessAdjustment(float arg0) throw argument
99 setBacklightBrightness(int arg0) argument
104 setMaximumScreenOffTimeount(int arg0) argument
109 setPokeLock(int arg0, IBinder arg1, String arg2) argument
114 setStayOnSetting(int arg0) argument
119 updateWakeLockWorkSource(IBinder arg0, WorkSource arg1) argument
124 userActivity(long arg0, boolean arg1) argument
129 userActivityWithForce(long arg0, boolean arg1, boolean arg2) argument
[all...]
H A DBridgeWindowManager.java85 public void getDisplaySize(Point arg0) throws RemoteException { argument
89 public void getRealDisplaySize(Point arg0) throws RemoteException { argument
101 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, boolean arg4) argument
108 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { argument
120 public void closeSystemDialogs(String arg0) throws RemoteException { argument
126 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { argument
138 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException { argument
144 public void freezeRotation(int arg0) throws RemoteException { argument
150 public float getAnimationScale(int arg0) throws RemoteException { argument
162 public int getAppOrientation(IApplicationToken arg0) throw argument
180 inputMethodClientHasFocus(IInputMethodClient arg0) argument
204 moveAppToken(int arg0, IBinder arg1) argument
210 moveAppTokensToBottom(List<IBinder> arg0) argument
216 moveAppTokensToTop(List<IBinder> arg0) argument
222 openSession(IInputMethodClient arg0, IInputContext arg1) argument
229 overridePendingAppTransition(String arg0, int arg1, int arg2, IRemoteCallback startedCallback) argument
248 pauseKeyDispatching(IBinder arg0) argument
254 prepareAppTransition(int arg0, boolean arg1) argument
260 reenableKeyguard(IBinder arg0) argument
266 removeAppToken(IBinder arg0) argument
272 removeWindowToken(IBinder arg0) argument
278 resumeKeyDispatching(IBinder arg0) argument
284 screenshotApplications(IBinder arg0, int arg1, int arg2) argument
290 setAnimationScale(int arg0, float arg1) argument
296 setAnimationScales(float[] arg0) argument
302 setAppGroupId(IBinder arg0, int arg1) argument
308 setAppOrientation(IApplicationToken arg0, int arg1) argument
314 setAppStartingWindow(IBinder arg0, String arg1, int arg2, CompatibilityInfo arg3, CharSequence arg4, int arg5, int arg6, int arg7, IBinder arg8, boolean arg9) argument
322 setAppVisibility(IBinder arg0, boolean arg1) argument
328 setAppWillBeHidden(IBinder arg0) argument
334 setEventDispatching(boolean arg0) argument
340 setFocusedApp(IBinder arg0, boolean arg1) argument
346 setForcedDisplaySize(int arg0, int arg1) argument
352 setInTouchMode(boolean arg0) argument
358 setNewConfiguration(Configuration arg0) argument
364 updateRotation(boolean arg0, boolean arg1) argument
369 setStrictModeVisualIndicatorPreference(String arg0) argument
375 showStrictModeViolation(boolean arg0) argument
381 startAppFreezingScreen(IBinder arg0, int arg1) argument
387 startViewServer(int arg0) argument
393 statusBarVisibilityChanged(int arg0) argument
399 stopAppFreezingScreen(IBinder arg0, boolean arg1) argument
417 updateOrientationFromAppTokens(Configuration arg0, IBinder arg1) argument
424 watchRotation(IRotationWatcher arg0) argument
[all...]
H A DBridgeIInputMethodManager.java41 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
48 public void finishInput(IInputMethodClient arg0) throws RemoteException { argument
66 public List<InputMethodSubtype> getEnabledInputMethodSubtypeList(InputMethodInfo arg0, argument
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
111 public void registerSuggestionSpansForNotification(SuggestionSpan[] arg0) argument
118 public void removeClient(IInputMethodClient arg0) throws RemoteException { argument
124 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) argument
130 public boolean setCurrentInputMethodSubtype(InputMethodSubtype arg0) throw argument
136 setImeWindowStatus(IBinder arg0, int arg1, int arg2) argument
142 setInputMethod(IBinder arg0, String arg1) argument
148 setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
155 setInputMethodEnabled(String arg0, boolean arg1) argument
161 showInputMethodAndSubtypeEnablerFromClient(IInputMethodClient arg0, String arg1) argument
168 showInputMethodPickerFromClient(IInputMethodClient arg0) argument
174 showMySoftInput(IBinder arg0, int arg1) argument
180 showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
194 switchToLastInputMethod(IBinder arg0) argument
200 switchToNextInputMethod(IBinder arg0, boolean arg1) argument
206 updateStatusIcon(IBinder arg0, String arg1, int arg2) argument
[all...]
H A DBridgeContentProvider.java43 public ContentProviderResult[] applyBatch(ArrayList<ContentProviderOperation> arg0) argument
50 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
68 public String getType(Uri arg0) 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, ContentValue argument
114 getStreamTypes(Uri arg0, String arg1) argument
120 openTypedAssetFile(Uri arg0, String arg1, Bundle arg2) argument
[all...]
H A DBridgeWindow.java34 public void dispatchAppVisibility(boolean arg0) throws RemoteException { argument
44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) argument
50 public void resized(int arg0, int arg1, Rect arg2, Rect arg3, argument
61 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 addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3) argument
55 public void finishDrawing(IWindow arg0) throws RemoteException { argument
71 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4, argument
94 public void remove(IWindow arg0) throws RemoteException { argument
99 public void setInTouchMode(boolean arg0) throws RemoteException { argument
104 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException { argument
H A DBridgeContext.java857 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { argument
863 public int checkCallingOrSelfPermission(String arg0) { argument
869 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { argument
875 public int checkCallingPermission(String arg0) { argument
881 public int checkCallingUriPermission(Uri arg0, int arg1) { argument
887 public int checkPermission(String arg0, int arg1, int arg2) { argument
893 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { argument
899 public int checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, argument
912 public Context createPackageContext(String arg0, int arg1) { argument
924 public boolean deleteDatabase(String arg0) { argument
930 deleteFile(String arg0) argument
936 enforceCallingOrSelfPermission(String arg0, String arg1) argument
942 enforceCallingOrSelfUriPermission(Uri arg0, int arg1, String arg2) argument
949 enforceCallingPermission(String arg0, String arg1) argument
955 enforceCallingUriPermission(Uri arg0, int arg1, String arg2) argument
961 enforcePermission(String arg0, int arg1, int arg2, String arg3) argument
967 enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, String arg4) argument
974 enforceUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5, String arg6) argument
1013 getDatabasePath(String arg0) argument
1019 getDir(String arg0, int arg1) argument
1025 getFileStreamPath(String arg0) argument
1078 getSharedPreferences(String arg0, int arg1) argument
1100 grantUriPermission(String arg0, Uri arg1, int arg2) argument
1106 openFileInput(String arg0) argument
1112 openFileOutput(String arg0, int arg1) argument
1118 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2) argument
1124 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2, DatabaseErrorHandler arg3) argument
1137 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1) argument
1143 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3) argument
1150 removeStickyBroadcast(Intent arg0) argument
1156 revokeUriPermission(Uri arg0, int arg1) argument
1162 sendBroadcast(Intent arg0) argument
1168 sendBroadcast(Intent arg0, String arg1) argument
1174 sendOrderedBroadcast(Intent arg0, String arg1) argument
1180 sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
1188 sendStickyBroadcast(Intent arg0) argument
1201 setTheme(int arg0) argument
1207 setWallpaper(Bitmap arg0) argument
1213 setWallpaper(InputStream arg0) argument
1219 startActivity(Intent arg0) argument
1224 startActivity(Intent arg0, Bundle arg1) argument
1243 startInstrumentation(ComponentName arg0, String arg1, Bundle arg2) argument
1250 startService(Intent arg0) argument
1256 stopService(Intent arg0) argument
1262 unbindService(ServiceConnection arg0) argument
1268 unregisterReceiver(BroadcastReceiver arg0) argument
1279 startActivities(Intent[] arg0) argument
1285 startActivities(Intent[] arg0, Bundle arg1) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java47 public void finishSpellCheckerService(ISpellCheckerSessionListener arg0) argument
54 public SpellCheckerInfo getCurrentSpellChecker(String arg0) throws RemoteException { argument
60 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
99 public void setSpellCheckerEnabled(boolean arg0) throws RemoteException { argument
/frameworks/compile/libbcc/tests/data/src/
H A Dfloat.c25 void testVars(float arg0, float arg1, double arg2, double arg3) { argument
28 f0 = arg0;
32 local0 = arg0;
37 printf("args: %g %g %g %g\n", arg0, arg1, arg2, arg3);
/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/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DDataVerify.java113 public IBinder onBind(Intent arg0) { argument
/frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/
H A DUiAutomatorViewer.java387 protected boolean canEdit(Object arg0) { argument
392 protected CellEditor getCellEditor(Object arg0) { argument
402 protected void setValue(Object arg0, Object arg1) { argument
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java484 public char charAt(int arg0) { argument
492 public CharSequence subSequence(int arg0, int arg1) { argument
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java368 public IBinder onBind(Intent arg0) { argument
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java368 public void sendMessage(int what, Object arg0, boolean arg1) { argument
371 m.obj = arg0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java248 public void onClick(View arg0) {
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2146 public void onCancel(DialogInterface arg0) {
2240 public void onCancel(DialogInterface arg0) {
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java1498 public void onCancel(DialogInterface arg0) {

Completed in 594 milliseconds