Home | History | Annotate | Download | only in service

Lines Matching refs:intentAction

91         if (info != null && info.intentAction != null) {
103 if (info != null && info.intentAction != null) {
114 if (info.intentAction != null) {
126 if (info.intentAction != null) {
138 if (info.intentAction != null) {
164 final Intent serviceIntent = new Intent(info.intentAction);
188 String intentAction;
570 info.intentAction = ta.getString(R.styleable.EmailServiceInfo_intent);
633 info.intentAction == null &&
638 if (info.klass != null && info.intentAction != null) {