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.java1269 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { in bindService()
1275 public boolean bindService(Intent arg0, int arg1, Executor arg2, ServiceConnection arg3) { in bindService()
1280 public boolean bindIsolatedService(Intent arg0, in bindIsolatedService()
1286 public int checkCallingOrSelfPermission(String arg0) { in checkCallingOrSelfPermission()
1292 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { in checkCallingOrSelfUriPermission()
1298 public int checkCallingPermission(String arg0) { in checkCallingPermission()
1304 public int checkCallingUriPermission(Uri arg0, int arg1) { in checkCallingUriPermission()
1310 public int checkPermission(String arg0, int arg1, int arg2) { in checkPermission()
1316 public int checkSelfPermission(String arg0) { in checkSelfPermission()
1322 public int checkPermission(String arg0, int arg1, int arg2, IBinder arg3) { in checkPermission()
[all …]
DBridgePowerManager.java108 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, in acquireWakeLock()
115 public void acquireWakeLockAsync(IBinder arg0, int arg1, String arg2, String arg2_5, in acquireWakeLockAsync()
121 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, in acquireWakeLockWithUid()
143 public void crash(String arg0) throws RemoteException { in crash()
148 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { in goToSleep()
153 public void nap(long arg0) throws RemoteException { in nap()
178 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLock()
183 public void releaseWakeLockAsync(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLockAsync()
188 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException { in updateWakeLockUids()
193 public void updateWakeLockUidsAsync(IBinder arg0, int[] arg1) throws RemoteException { in updateWakeLockUidsAsync()
[all …]
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java88 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { in addView()
93 public void removeView(View arg0) { in removeView()
98 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { in updateViewLayout()
104 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/av/services/medialog/
DMediaLogService.cpp109 const String8 arg0(args[0]); in dump() local
/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/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.java590 public char charAt(int arg0) { in charAt()
600 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