OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetupRedactionInterstitial
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
SetupRedactionInterstitial.java
34
public class
SetupRedactionInterstitial
extends RedactionInterstitial {
37
* Set the enabled state of
SetupRedactionInterstitial
activity to configure whether it is shown
42
ComponentName componentName = new ComponentName(context,
SetupRedactionInterstitial
.class);
/packages/apps/Settings/src/com/android/settings/password/
SetupChooseLockPattern.java
30
import com.android.settings.
SetupRedactionInterstitial
;
108
SetupRedactionInterstitial
.setEnabled(context, true);
SetupChooseLockPassword.java
32
import com.android.settings.
SetupRedactionInterstitial
;
120
SetupRedactionInterstitial
.setEnabled(context, true);
Completed in 674 milliseconds