Searched defs:ALWAYS (Results 1 - 2 of 2) sorted by path

/frameworks/base/rs/java/android/renderscript/
H A DProgramStore.java48 ALWAYS (0), enum constant in enum:ProgramStore.DepthFunc
259 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
305 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
333 mDepthFunc = DepthFunc.ALWAYS;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1478 ALWAYS, enum constant in enum:DcTracker.RetryFailures
1486 setupDataOnConnectableApns(reason, RetryFailures.ALWAYS);
1512 if (retryFailures == RetryFailures.ALWAYS) {

Completed in 119 milliseconds