Example #1
0
/**
 * Porting implementation for network indicator.
 */
void anc_set_network_indicator(AncNetworkIndicatorState status) {
    (void) javacall_annunciator_display_network_icon(status == ANC_NETWORK_INDICATOR_ON);
}
Example #2
0
/**
 * Porting implementation for network indicator.
 * It controls the LED as the network indicator, it
 * ONLY works on device. There is no equivalent in emulator.
 */
void anc_set_network_indicator(MIDPNetworkIndicatorState status) {
    (void) javacall_annunciator_display_network_icon(status);
}