Searched refs:createRemoteCallback (Results 1 – 14 of 14) sorted by relevance
48 run(new TypesReceiver().createRemoteCallback(mContext).setContext(mContext, 5)); in testContext()55 run(new TypesReceiver().createRemoteCallback(mContext).setByte((byte) 5)); in testByte()61 run(new TypesReceiver().createRemoteCallback(mContext).setByteN((byte) 5)); in testByte_Nullable()64 run(new TypesReceiver().createRemoteCallback(mContext).setByteN((Byte) null)); in testByte_Nullable()70 run(new TypesReceiver().createRemoteCallback(mContext).setChar((char) 5)); in testChar()76 run(new TypesReceiver().createRemoteCallback(mContext).setCharacter((char) 5)); in testCharacter()79 run(new TypesReceiver().createRemoteCallback(mContext).setCharacter((Character) null)); in testCharacter()85 run(new TypesReceiver().createRemoteCallback(mContext).setShort((short) 5)); in testShort()91 run(new TypesReceiver().createRemoteCallback(mContext).setShortN((short) 5)); in testShort_Nullable()94 run(new TypesReceiver().createRemoteCallback(mContext).setShortN((Short) null)); in testShort_Nullable()[all …]
49 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setByte(new byte[]{(byte) 5})); in testByte()52 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setByte(null)); in testByte()58 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setChar(new char[]{(char) 5})); in testChar()61 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setChar(null)); in testChar()67 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setShort( in testShort()71 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setShort(null)); in testShort()77 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setInt(new int[]{(int) 5})); in testInt()80 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setInt(null)); in testInt()86 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setLong(new long[]{(long) 5})); in testLong()89 run(new ArrayTypesReceiver().createRemoteCallback(mContext).setLong(null)); in testLong()[all …]
49 run(new RemoteInputReceiver().createRemoteCallback(mContext).setMethod(0 /* unused */, 4), in testArg()57 run(new RemoteInputReceiver().createRemoteCallback(mContext).setMethodString(0/* unused */, in testArgString()
57 RemoteCallback callback = new BroadcastReceiver().createRemoteCallback( in testRemoteCallback()92 new BroadcastReceiver().createRemoteCallback(mContext).myCallbackMethod( in testCreateCallback()110 new BroadcastReceiver().createRemoteCallback(mContext).myCallbackMethod( in testOverrideNull()
57 RemoteCallback callback = new WidgetProvider().createRemoteCallback( in testRemoteCallback()92 new WidgetProvider().createRemoteCallback(mContext).myCallbackMethod( in testCreateCallback()110 new WidgetProvider().createRemoteCallback(mContext).myCallbackMethod( in testOverrideNull()
61 RemoteCallback callback = sProvider.createRemoteCallback(mContext).myCallbackMethod( in testRemoteCallback()96 sProvider.createRemoteCallback(mContext).myCallbackMethod( in testCreateCallback()114 sProvider.createRemoteCallback(mContext).myCallbackMethod( in testOverrideNull()
114 @NonNull T createRemoteCallback(@NonNull Context context); in createRemoteCallback() method
64 public @NonNull T createRemoteCallback(@NonNull Context context) { in createRemoteCallback() method in BroadcastReceiverWithCallbacks
58 public @NonNull T createRemoteCallback(@NonNull Context context) { in createRemoteCallback() method in AppWidgetProviderWithCallbacks
72 public @NonNull T createRemoteCallback(@NonNull Context context) { in createRemoteCallback() method in ContentProviderWithCallbacks
6 method @Deprecated public T createRemoteCallback(android.content.Context);11 method @Deprecated public T createRemoteCallback(android.content.Context);29 method @Deprecated public T createRemoteCallback(android.content.Context);34 method @Deprecated public T createRemoteCallback(android.content.Context);
6 method @Deprecated public T createRemoteCallback(android.content.Context);12 method @Deprecated public T createRemoteCallback(android.content.Context);37 method @Deprecated public T createRemoteCallback(android.content.Context);42 method @Deprecated public T createRemoteCallback(android.content.Context);
45 return createRemoteCallback(context).doMyAction(value1, value2)
40 `createRemoteCallback` happens, It looks up a stub implementation of the class79 createRemoteCallback(context).setSliderPosition(0 /* ignored */)