MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / removeItem

Method removeItem

core/java/android/view/Menu.java:305–305  ·  view source on GitHub ↗

Remove the item with the given identifier. @param id The item to be removed. If there is no item with this identifier, nothing happens.

(int id)

Source from the content-addressed store, hash-verified

303 * identifier, nothing happens.
304 */
305 public void removeItem(int id);
306
307 /**
308 * Remove all items in the given group.

Callers 10

crunchMethod · 0.65
removeFileMethod · 0.65
removeDirMethod · 0.65
setAttributeResIDMethod · 0.65
onCreateOptionsMenuMethod · 0.65
testRemoveMethod · 0.65
removeFallbackKeyMethod · 0.65
closeDeviceLockedMethod · 0.65
removeDeviceMethod · 0.65

Implementers 2

MenuBuildercore/java/com/android/internal/view/me
ActionMenucore/java/com/android/internal/view/me

Calls

no outgoing calls

Tested by 2

testRemoveMethod · 0.52
removeDeviceMethod · 0.52