public static class

Profile.TriggerState

extends Object
java.lang.Object
   ↳ cyanogenmod.app.Profile.TriggerState

Class Overview

Various trigger states associated with a Profile.TriggerType

Summary

Constants
int DISABLED A is disabled
int ON_A2DP_CONNECT A connects for A2DP session
int ON_A2DP_DISCONNECT A disconnects from A2DP session
int ON_CONNECT A connects
int ON_DISCONNECT A disconnects
Public Constructors
Profile.TriggerState()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DISABLED

Added in API level 2

A is disabled

Constant Value: 2 (0x00000002)

public static final int ON_A2DP_CONNECT

Added in API level 2

A connects for A2DP session

Constant Value: 3 (0x00000003)

public static final int ON_A2DP_DISCONNECT

Added in API level 2

A disconnects from A2DP session

Constant Value: 4 (0x00000004)

public static final int ON_CONNECT

Added in API level 2

A connects

Constant Value: 0 (0x00000000)

public static final int ON_DISCONNECT

Added in API level 2

A disconnects

Constant Value: 1 (0x00000001)

Public Constructors

public Profile.TriggerState ()

Added in API level 2