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

12

/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DNullProgressMonitor.java24 public void advance(int arg0) {} argument
32 public void start(int arg0) {} argument
35 public void startSubTask(String arg0) {} argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java43 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
50 public void finishInput(IInputMethodClient arg0) throws RemoteException { argument
68 public List<InputMethodSubtype> getEnabledInputMethodSubtypeList(String arg0, argument
93 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { argument
99 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
106 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) argument
113 public void registerSuggestionSpansForNotification(SuggestionSpan[] arg0) argument
120 public void removeClient(IInputMethodClient arg0) throws RemoteException { argument
126 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) argument
132 public boolean setCurrentInputMethodSubtype(InputMethodSubtype arg0) throw argument
138 setImeWindowStatus(IBinder arg0, IBinder arg1, int arg2, int arg3) argument
144 setInputMethod(IBinder arg0, String arg1) argument
150 setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
157 setInputMethodEnabled(String arg0, boolean arg1) argument
163 showInputMethodAndSubtypeEnablerFromClient(IInputMethodClient arg0, String arg1) argument
170 showInputMethodPickerFromClient(IInputMethodClient arg0, int arg1) argument
177 showMySoftInput(IBinder arg0, int arg1) argument
183 showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
190 switchToLastInputMethod(IBinder arg0) argument
196 switchToNextInputMethod(IBinder arg0, boolean arg1) argument
202 shouldOfferSwitchingToNextInputMethod(IBinder arg0) argument
219 updateStatusIcon(IBinder arg0, String arg1, int arg2) argument
225 clearLastInputMethodWindowForTransition(IBinder arg0) argument
[all...]
H A DBridgePowerManager.java58 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, String arg4) argument
64 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, int arg3) argument
75 public void crash(String arg0) throws RemoteException { argument
80 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { argument
85 public void nap(long arg0) throws RemoteException { argument
105 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { argument
110 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException { argument
115 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { argument
120 public void setTemporaryScreenAutoBrightnessAdjustmentSettingOverride(float arg0) throws RemoteException { argument
125 public void setTemporaryScreenBrightnessSettingOverride(int arg0) throw argument
130 setStayOnSetting(int arg0) argument
135 updateWakeLockWorkSource(IBinder arg0, WorkSource arg1, String arg2) argument
[all...]
H A DBridgeContentProvider.java44 ArrayList<ContentProviderOperation> arg0)
51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1) argument
58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2) argument
65 public int delete(String callingPackage, Uri arg0, String arg1, String[] arg2) argument
72 public String getType(Uri arg0) throws RemoteException { argument
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException { argument
85 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal)
93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token)
100 public Cursor query(String callingPackage, Uri arg0, String[] arg1, argument
107 public int update(String callingPackage, Uri arg0, ContentValue argument
43 applyBatch(String callingPackage, ArrayList<ContentProviderOperation> arg0) argument
84 openAssetFile( String callingPackage, Uri arg0, String arg1, ICancellationSignal signal) argument
92 openFile( String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token) argument
120 getStreamTypes(Uri arg0, String arg1) argument
126 openTypedAssetFile(String callingPackage, Uri arg0, String arg1, Bundle arg2, ICancellationSignal signal) argument
[all...]
H A DBridgeWindowSession.java41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, Rect arg4, argument
49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, argument
57 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
73 public void finishDrawing(IWindow arg0) throws RemoteException { argument
109 public void remove(IWindow arg0) throws RemoteException { argument
114 public void setInTouchMode(boolean arg0) throws RemoteException { argument
119 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException { argument
H A DBridgeWindow.java36 public void dispatchAppVisibility(boolean arg0) throws RemoteException { argument
46 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) argument
59 public void moved(int arg0, int arg1) throws RemoteException { argument
64 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException { argument
H A DBridgeContext.java1232 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { argument
1238 public int checkCallingOrSelfPermission(String arg0) { argument
1244 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { argument
1250 public int checkCallingPermission(String arg0) { argument
1256 public int checkCallingUriPermission(Uri arg0, int arg1) { argument
1262 public int checkPermission(String arg0, int arg1, int arg2) { argument
1268 public int checkSelfPermission(String arg0) { argument
1274 public int checkPermission(String arg0, int arg1, int arg2, IBinder arg3) { argument
1280 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { argument
1286 public int checkUriPermission(Uri arg0, in argument
1292 checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5) argument
1305 createPackageContext(String arg0, int arg1) argument
1311 createPackageContextAsUser(String arg0, int arg1, UserHandle user) argument
1353 deleteDatabase(String arg0) argument
1359 deleteFile(String arg0) argument
1365 enforceCallingOrSelfPermission(String arg0, String arg1) argument
1371 enforceCallingOrSelfUriPermission(Uri arg0, int arg1, String arg2) argument
1378 enforceCallingPermission(String arg0, String arg1) argument
1384 enforceCallingUriPermission(Uri arg0, int arg1, String arg2) argument
1390 enforcePermission(String arg0, int arg1, int arg2, String arg3) argument
1396 enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, String arg4) argument
1403 enforceUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5, String arg6) argument
1453 getDatabasePath(String arg0) argument
1459 getDir(String arg0, int arg1) argument
1465 getFileStreamPath(String arg0) argument
1530 getSharedPreferences(String arg0, int arg1) argument
1538 getSharedPreferences(File arg0, int arg1) argument
1574 grantUriPermission(String arg0, Uri arg1, int arg2) argument
1580 openFileInput(String arg0) argument
1586 openFileOutput(String arg0, int arg1) argument
1592 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2) argument
1598 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2, DatabaseErrorHandler arg3) argument
1611 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1) argument
1617 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, int arg2) argument
1623 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3) argument
1630 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3, int arg4) argument
1637 registerReceiverAsUser(BroadcastReceiver arg0, UserHandle arg0p5, IntentFilter arg1, String arg2, Handler arg3) argument
1644 removeStickyBroadcast(Intent arg0) argument
1650 revokeUriPermission(Uri arg0, int arg1) argument
1656 revokeUriPermission(String arg0, Uri arg1, int arg2) argument
1662 sendBroadcast(Intent arg0) argument
1668 sendBroadcast(Intent arg0, String arg1) argument
1680 sendBroadcast(Intent arg0, String arg1, Bundle arg2) argument
1691 sendOrderedBroadcast(Intent arg0, String arg1) argument
1697 sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
1705 sendOrderedBroadcast(Intent arg0, String arg1, Bundle arg7, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
1765 sendStickyBroadcast(Intent arg0) argument
1801 setTheme(int arg0) argument
1807 setWallpaper(Bitmap arg0) argument
1813 setWallpaper(InputStream arg0) argument
1819 startActivity(Intent arg0) argument
1824 startActivity(Intent arg0, Bundle arg1) argument
1843 startInstrumentation(ComponentName arg0, String arg1, Bundle arg2) argument
1850 startService(Intent arg0) argument
1868 stopService(Intent arg0) argument
1874 startServiceAsUser(Intent arg0, UserHandle arg1) argument
1880 stopServiceAsUser(Intent arg0, UserHandle arg1) argument
1886 unbindService(ServiceConnection arg0) argument
1892 unregisterReceiver(BroadcastReceiver arg0) argument
1903 startActivities(Intent[] arg0) argument
1909 startActivities(Intent[] arg0, Bundle arg1) argument
[all...]
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DGeneralHprofDumpHandler.java48 public void onEndFailure(Client arg0, String arg1) { argument
51 h.onEndFailure(arg0, arg1);
56 public void onSuccess(String arg0, Client arg1) { argument
59 h.onSuccess(arg0, arg1);
64 public void onSuccess(byte[] arg0, Client arg1) { argument
67 h.onSuccess(arg0, arg1);
H A DHprof.java150 public void onEndFailure(Client arg0, String arg1) { argument
152 if (client == arg0) {
166 public void onSuccess(String arg0, Client arg1) { argument
171 arg1.getDevice().getSyncService().pullFile(arg0,
185 public void onSuccess(byte[] arg0, Client arg1) { argument
192 out.write(arg0);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java78 public void addWindowToken(IBinder arg0, int arg1, int arg2) throws RemoteException { argument
100 public void closeSystemDialogs(String arg0) throws RemoteException { argument
116 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { argument
128 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException { argument
134 public void freezeRotation(int arg0) throws RemoteException { argument
140 public float getAnimationScale(int arg0) throws RemoteException { argument
164 public boolean inputMethodClientHasFocus(IInputMethodClient arg0) throws RemoteException { argument
188 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0, argument
195 public void overridePendingAppTransition(String arg0, int arg1, int arg2, argument
245 public void prepareAppTransition(int arg0, boolea argument
251 reenableKeyguard(IBinder arg0) argument
257 removeWindowToken(IBinder arg0, int arg1) argument
270 setAnimationScale(int arg0, float arg1) argument
276 setAnimationScales(float[] arg0) argument
287 setEventDispatching(boolean arg0) argument
292 setFocusedApp(IBinder arg0, boolean arg1) argument
307 setForcedDisplaySize(int displayId, int arg0, int arg1) argument
332 setInTouchMode(boolean arg0) argument
337 setNewDisplayOverrideConfiguration(Configuration arg0, int displayId) argument
349 updateRotation(boolean arg0, boolean arg1) argument
354 setStrictModeVisualIndicatorPreference(String arg0) argument
359 showStrictModeViolation(boolean arg0) argument
364 startViewServer(int arg0) argument
370 statusBarVisibilityChanged(int arg0) argument
396 updateOrientationFromAppTokens(Configuration arg0, IBinder arg1, int arg2) argument
403 watchRotation(IRotationWatcher arg0, int arg1) argument
409 removeRotationWatcher(IRotationWatcher arg0) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
H A DWindowManagerImpl.java51 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { argument
56 public void removeView(View arg0) { argument
61 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { argument
67 public void removeViewImmediate(View arg0) { argument
/frameworks/base/tools/preload2/src/com/android/preload/
H A DDeviceUtils.java247 public void addOutput(byte[] arg0, int arg1, int arg2) {} argument
265 public void addOutput(byte[] arg0, int arg1, int arg2) { argument
266 builder.append(new String(arg0, arg1, arg2));
364 public void deviceChanged(IDevice arg0, int arg1) { argument
366 deviceConnected(arg0);
370 public void deviceConnected(IDevice arg0) { argument
376 if (serial == null || serial.equals(arg0.getSerialNumber())) {
377 device = arg0;
385 public void deviceDisconnected(IDevice arg0) { argument
400 public void deviceChanged(IDevice arg0, in argument
410 deviceConnected(IDevice arg0) argument
414 deviceDisconnected(IDevice arg0) argument
[all...]
H A DClientUtils.java165 public void clientChanged(Client arg0, int arg1) { argument
167 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
168 if (isTargetClient(arg0)) {
169 result = arg0;
216 public void clientChanged(Client arg0, int arg1) { argument
218 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicProviderTask.java52 protected Void doInBackground(Void... arg0) { argument
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DErrorFragment.java41 public void onClick(View arg0) {
H A DErrorSupportFragment.java44 public void onClick(View arg0) {
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DErrorFragment.java41 public void onClick(View arg0) {
H A DErrorSupportFragment.java44 public void onClick(View arg0) {
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DDataVerify.java113 public IBinder onBind(Intent arg0) { argument
/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp120 clang::Expr* arg0 = CE->getArg(0); local
121 const clang::FunctionDecl* kernel = matchFunctionDesignator(arg0);
124 mCtxt->ReportError(arg0->getExprLoc(),
255 const clang::Expr* arg0 = CE->getArg(0); local
256 const clang::SourceLocation Loc(arg0->getLocStart());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java433 public void onAnimationUpdate(ValueAnimator arg0) {
434 setBgAlpha((Integer) arg0.getAnimatedValue());
474 public void onAnimationUpdate(ValueAnimator arg0) {
477 final float fraction = (Float) arg0.getAnimatedValue();
516 public void onAnimationUpdate(ValueAnimator arg0) {
520 final float fraction = (Float) arg0.getAnimatedValue();
545 public void onAnimationUpdate(ValueAnimator arg0) {
556 vh.view.setAlpha((Float) arg0.getAnimatedValue());
H A DPlaybackOverlaySupportFragment.java436 public void onAnimationUpdate(ValueAnimator arg0) {
437 setBgAlpha((Integer) arg0.getAnimatedValue());
477 public void onAnimationUpdate(ValueAnimator arg0) {
480 final float fraction = (Float) arg0.getAnimatedValue();
519 public void onAnimationUpdate(ValueAnimator arg0) {
523 final float fraction = (Float) arg0.getAnimatedValue();
548 public void onAnimationUpdate(ValueAnimator arg0) {
559 vh.view.setAlpha((Float) arg0.getAnimatedValue());
H A DPlaybackFragment.java503 public void onAnimationUpdate(ValueAnimator arg0) {
504 setBgAlpha((Integer) arg0.getAnimatedValue());
524 public void onAnimationUpdate(ValueAnimator arg0) {
535 final float fraction = (Float) arg0.getAnimatedValue();
557 public void onAnimationUpdate(ValueAnimator arg0) {
561 final float fraction = (Float) arg0.getAnimatedValue();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java665 public void surfaceDestroyed(SurfaceHolder arg0) {
669 public void surfaceCreated(SurfaceHolder arg0) {
671 player.setDisplay(arg0);
677 public void surfaceChanged(SurfaceHolder arg0, int arg1, int arg2, int arg3) {
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp303 uint32_t arg0; member in struct:__anon1659
312 .arg0 = 0,

Completed in 2487 milliseconds

12