Home
last modified time | relevance | path

Searched defs:unused (Results 1 – 25 of 206) sorted by relevance

123456789

/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DChannelsRowAdapter.java123 private void onGuideClicked(View unused) { in onGuideClicked()
128 private void onChannelDownClicked(View unused) { in onChannelDownClicked()
132 private void onChannelUpClicked(View unused) { in onChannelUpClicked()
136 private void onSetupClicked(View unused) { in onSetupClicked()
141 private void onDvrClicked(View unused) { in onDvrClicked()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DCurrentWallpaperInfoVN.java119 public String getActionUrl(Context unused) { in getActionUrl()
124 public String getCollectionId(Context unused) { in getCollectionId()
129 public int getActionIconRes(Context unused) { in getActionIconRes()
134 public int getActionLabelRes(Context unused) { in getActionLabelRes()
H A DThirdPartyAppCategory.java99 public void show(Activity srcActivity, PickerIntentFactory unused, int requestCode) { in show()
121 public Asset getThumbnail(Context unused) { in getThumbnail()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestInjector.java127 public Requester getRequester(Context unused) { in getRequester()
171 public AlarmManagerWrapper getAlarmManagerWrapper(Context unused) { in getAlarmManagerWrapper()
179 public UserEventLogger getUserEventLogger(Context unused) { in getUserEventLogger()
187 public ExploreIntentChecker getExploreIntentChecker(Context unused) { in getExploreIntentChecker()
203 public FormFactorChecker getFormFactorChecker(Context unused) { in getFormFactorChecker()
H A DTestAsset.java64 public void decodeBitmapRegion(Rect unused, int targetWidth, int targetHeight, in decodeBitmapRegion()
70 public void decodeRawDimensions(Activity unused, DimensionsReceiver receiver) { in decodeRawDimensions()
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLRenderer.java33 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated()
46 public void onDrawFrame(GL10 unused) { in onDrawFrame()
64 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DBuiltInWallpaperAsset.java76 public void decodeRawDimensions(Activity unused, DimensionsReceiver receiver) { in decodeRawDimensions()
142 protected Bitmap doInBackground(Void... unused) { in doInBackground()
179 protected Bitmap doInBackground(Void... unused) { in doInBackground()
213 protected Point doInBackground(Void... unused) { in doInBackground()
H A DCurrentWallpaperAssetV16.java61 public void decodeRawDimensions(Activity unused, DimensionsReceiver receiver) { in decodeRawDimensions()
97 protected Bitmap doInBackground(Void... unused) { in doInBackground()
132 protected Point doInBackground(Void... unused) { in doInBackground()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DNoConversationsPreferenceController.java73 protected Void doInBackground(Void... unused) { in updateState()
84 protected void onPostExecute(Void unused) { in updateState()
H A DAppConversationListPreferenceController.java96 protected Void doInBackground(Void... unused) { in loadConversationsAndPopulate()
106 protected void onPostExecute(Void unused) { in loadConversationsAndPopulate()
H A DAppChannelsBypassingDndPreferenceController.java133 protected Void doInBackground(Void... unused) { in loadAppChannels()
150 protected void onPostExecute(Void unused) { in loadAppChannels()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DClearCallLogDialog.java102 public Void doInBackground(@Nullable Void unused) throws Throwable { in doInBackground()
113 private void onSuccess(Void unused) { in onSuccess()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/
H A DResetAppPrefFragment.java91 protected Void doInBackground(Void... unused) { in doInBackground()
152 protected void onPostExecute(Void unused) { in onPostExecute()
/aosp12/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImage.java56 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated()
65 public void onDrawFrame(GL10 unused) { in onDrawFrame()
75 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()
/aosp12/bionic/libc/arch-x86/bionic/
H A D__libc_init_sysinfo.cpp36 bool unused; in __libc_init_sysinfo() local
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
H A DVisualVoicemailSettingsUtil.java69 private static void onSuccess(Void unused) { in onSuccess()
194 public Void doInBackground(Void unused) { in doInBackground()
218 public Void doInBackground(Void unused) { in doInBackground()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeConversationsImagePreferenceController.java127 protected Void doInBackground(Void... unused) { in loadConversations()
157 protected void onPostExecute(Void unused) { in loadConversations()
/aosp12/art/test/476-checker-ctor-memory-barrier/src/
H A DMain.java118 public InheritFromClassWithFinals(int unused) { in InheritFromClassWithFinals()
170 public HaveFinalsAndInheritFromClassWithFinals(int unused) { in HaveFinalsAndInheritFromClassWithFinals()
/aosp12/art/test/569-checker-pattern-replacement/src-multidex/
H A DDerivedInSecondDex.java27 DerivedInSecondDex(long unused) { in DerivedInSecondDex()
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
H A DDefaultFutureCallback.java34 public void onSuccess(T unused) {} in onSuccess()
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
H A DImsEntitlementPollingService.java174 protected Void doInBackground(Void... unused) { in doInBackground()
189 protected void onPostExecute(Void unused) { in onPostExecute()
196 protected void onCancelled(Void unused) { in onCancelled()
/aosp12/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp31 int unused; in BM_semaphore_sem_getvalue() local
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dv4l2_control_delegate_test.cpp67 uint8_t unused = 1; in TEST_F() local
75 uint8_t unused = 1; in TEST_F() local
/aosp12/art/compiler/optimizing/
H A Dscheduler_arm.h103 #define DECLARE_VISIT_INSTRUCTION(type, unused) \ argument
147 #define CASE_INSTRUCTION_KIND(type, unused) case \ in IsSchedulable() argument
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dgsmmux.h36 unsigned int unused[8]; member
45 __u8 unused[28]; member

123456789