()
| 886 | //#ifdef PEP_ACTIVITY |
| 887 | |
| 888 | boolean hasActivity() { |
| 889 | if (activity != null) { |
| 890 | if (activity.length() > 0) { |
| 891 | return true; |
| 892 | } |
| 893 | } |
| 894 | return false; |
| 895 | } |
| 896 | //#endif |
| 897 | //#ifdef PEP_LOCATION |
| 898 |
no outgoing calls
no test coverage detected