Home
last modified time | relevance | path

Searched refs:unimplemented (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java236 unimplemented(result); in setLogicalToPhysicalSlotMapping()
421 unimplemented(result); in changeBarringPassword()
465 unimplemented(result); in queryFacilityLockForApp()
516 unimplemented(result); in setFacilityLockForApp()
521 unimplemented(result); in supplyNetworkDepersonalization()
527 unimplemented(result); in supplySimDepersonalization()
883 unimplemented(result); in getLastPdpFailCause()
889 unimplemented(result); in getLastDataCallFailCause()
893 public void setMute (boolean enableMute, Message result) {unimplemented(result);} in setMute()
896 public void getMute (Message result) {unimplemented(result);} in getMute()
[all …]
/frameworks/compile/slang/tests/F_kernel_badattr/
Dkernel_badattr.rscript4 int __attribute__((kernel("unimplemented"))) kernel(int arg) {