Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentProvider.java49 String authority, ArrayList<ContentProviderOperation> arg0) in applyBatch()
56 public int bulkInsert(AttributionSource attributionSource, Uri arg0, in bulkInsert()
64 String arg0, String arg1, Bundle arg2) throws RemoteException { in call()
70 public int delete(AttributionSource attributionSource, Uri arg0, Bundle arg1) in delete()
77 public String getType(Uri arg0) throws RemoteException { in getType()
97 public Uri insert(AttributionSource attributionSource, Uri arg0, ContentValues arg1, in insert()
105 Uri arg0, String arg1, ICancellationSignal signal) in openAssetFile()
112 public ParcelFileDescriptor openFile(AttributionSource attributionSource, Uri arg0, in openFile()
120 public Cursor query(AttributionSource attributionSource, Uri arg0, String[] arg1, in query()
127 public int update(AttributionSource attributionSource, Uri arg0, ContentValues arg1, in update()
[all …]
DBridgeContext.java1282 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { in bindService()
1288 public boolean bindService(Intent arg0, int arg1, Executor arg2, ServiceConnection arg3) { in bindService()
1293 public boolean bindIsolatedService(Intent arg0, in bindIsolatedService()
1299 public int checkCallingOrSelfPermission(String arg0) { in checkCallingOrSelfPermission()
1305 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { in checkCallingOrSelfUriPermission()
1311 public int checkCallingPermission(String arg0) { in checkCallingPermission()
1317 public int checkCallingUriPermission(Uri arg0, int arg1) { in checkCallingUriPermission()
1323 public int checkPermission(String arg0, int arg1, int arg2) { in checkPermission()
1329 public int checkSelfPermission(String arg0) { in checkSelfPermission()
1335 public int checkPermission(String arg0, int arg1, int arg2, IBinder arg3) { in checkPermission()
[all …]
DBridgePowerManager.java109 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, in acquireWakeLock()
116 public void acquireWakeLockAsync(IBinder arg0, int arg1, String arg2, String arg2_5, in acquireWakeLockAsync()
122 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, in acquireWakeLockWithUid()
144 public void crash(String arg0) throws RemoteException { in crash()
149 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { in goToSleep()
154 public void nap(long arg0) throws RemoteException { in nap()
179 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLock()
184 public void releaseWakeLockAsync(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLockAsync()
189 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException { in updateWakeLockUids()
194 public void updateWakeLockUidsAsync(IBinder arg0, int[] arg1) throws RemoteException { in updateWakeLockUidsAsync()
[all …]
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java98 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { in addView()
163 public void removeView(View arg0) { in removeView()
174 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { in updateViewLayout()
180 public void removeViewImmediate(View arg0) { in removeViewImmediate()
/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.cpp109 const String8 arg0(args[0]); in dump() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java305 public void onServiceDisconnected(ComponentName arg0) { in onServiceDisconnected()
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java591 public char charAt(int arg0) { in charAt()
601 public CharSequence subSequence(int arg0, int arg1) { in subSequence()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java375 public IBinder onBind(Intent arg0) { in onBind()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreCipherSpiBase.java837 protected final void engineSetPadding(String arg0) throws NoSuchPaddingException { in engineSetPadding()
/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp320 uint32_t arg0; in TEST_F() member