Java Code Examples for com.eveningoutpost.dexdrip.ImportedLibraries.dexcom.Constants#TREND_ARROW_VALUES

The following examples show how to use com.eveningoutpost.dexdrip.ImportedLibraries.dexcom.Constants#TREND_ARROW_VALUES . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: EGVRecord.java    From xDrip with GNU General Public License v3.0 4 votes vote down vote up
public EGVRecord(int bGValue,Constants.TREND_ARROW_VALUES trend,Date displayTime, Date systemTime){
    super(displayTime, systemTime);
    this.bGValue=bGValue;
    this.trend=trend;
}
 
Example 2
Source File: EGVRecord.java    From xDrip with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}
 
Example 3
Source File: GlucoseDataSet.java    From xDrip with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}
 
Example 4
Source File: EGVRecord.java    From xDrip-plus with GNU General Public License v3.0 4 votes vote down vote up
public EGVRecord(int bGValue,Constants.TREND_ARROW_VALUES trend,Date displayTime, Date systemTime){
    super(displayTime, systemTime);
    this.bGValue=bGValue;
    this.trend=trend;
}
 
Example 5
Source File: EGVRecord.java    From xDrip-plus with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}
 
Example 6
Source File: GlucoseDataSet.java    From xDrip-plus with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}
 
Example 7
Source File: EGVRecord.java    From xDrip-Experimental with GNU General Public License v3.0 4 votes vote down vote up
public EGVRecord(int bGValue,Constants.TREND_ARROW_VALUES trend,Date displayTime, Date systemTime){
    super(displayTime, systemTime);
    this.bGValue=bGValue;
    this.trend=trend;
}
 
Example 8
Source File: EGVRecord.java    From xDrip-Experimental with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}
 
Example 9
Source File: GlucoseDataSet.java    From xDrip-Experimental with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}
 
Example 10
Source File: EGVRecord.java    From xDrip with GNU General Public License v3.0 4 votes vote down vote up
public EGVRecord(int bGValue,Constants.TREND_ARROW_VALUES trend,Date displayTime, Date systemTime){
    super(displayTime, systemTime);
    this.bGValue=bGValue;
    this.trend=trend;
}
 
Example 11
Source File: EGVRecord.java    From xDrip with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}
 
Example 12
Source File: GlucoseDataSet.java    From xDrip with GNU General Public License v3.0 4 votes vote down vote up
public Constants.TREND_ARROW_VALUES getTrend() {
    return trend;
}